mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Added Win32 configuration macros.
This commit is contained in:
@@ -12,5 +12,10 @@
|
||||
/* Define this to 1 if glXGetProcAddressEXT is available */
|
||||
#cmakedefine _GLFW_HAS_GLXGETPROCADDRESSEXT 1
|
||||
|
||||
/* Define this to 1 to not load gdi32.dll dynamically */
|
||||
#cmakedefine _GLFW_NO_DLOAD_GDI32 1
|
||||
/* Define this to 1 to not load winmm.dll dynamically */
|
||||
#cmakedefine _GLFW_NO_DLOAD_WINMM 1
|
||||
|
||||
#define _GLFW_VERSION_FULL "@GLFW_VERSION_FULL@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user