Skip to content

Instantly share code, notes, and snippets.

@nibasya
Last active January 8, 2017 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibasya/8e99496d9abbf18716743f35824534e1 to your computer and use it in GitHub Desktop.
Save nibasya/8e99496d9abbf18716743f35824534e1 to your computer and use it in GitHub Desktop.
#ifndef WINVER // Windows XP 以降のバージョンに固有の機能の使用を許可します。
#define WINVER 0x0501 // これを Windows の他のバージョン向けに適切な値に変更してください。
#endif
#ifndef _WIN32_WINNT // Windows XP 以降のバージョンに固有の機能の使用を許可します。
#define _WIN32_WINNT 0x0501 // これを Windows の他のバージョン向けに適切な値に変更してください。
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment