From c43a0f3afdcd3c90aea1f9b233e113ab2bd83f8a Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Fri, 5 Aug 2011 09:52:06 +0200 Subject: Add missing incl of gluegen's stdint (win32 failed) --- make/config/jogl/wgl-win32.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'make/config/jogl/wgl-win32.cfg') diff --git a/make/config/jogl/wgl-win32.cfg b/make/config/jogl/wgl-win32.cfg index 3fd6ad928..c7adffa7b 100644 --- a/make/config/jogl/wgl-win32.cfg +++ b/make/config/jogl/wgl-win32.cfg @@ -34,6 +34,7 @@ CustomCCode #define WIN32_LEAN_AND_MEAN CustomCCode #include <windows.h> CustomCCode #undef WIN32_LEAN_AND_MEAN +CustomCCode #include <gluegen_stdint.h> CustomCCode #include <wingdi.h> CustomCCode #include <stddef.h> -- cgit v1.2.3