summaryrefslogtreecommitdiffstats
path: root/make/glu-win32.cfg
blob: 5221a5c01c6ef944586cfcd9291940572d85bf78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This .cfg file is used to generate the GLU implementation on Windows.

CustomCCode #define WIN32_LEAN_AND_MEAN
CustomCCode #include <windows.h>
CustomCCode #undef WIN32_LEAN_AND_MEAN
CustomCCode 
CustomCCode #include <stddef.h>

CustomCCode /* This typedef is only needed for VC6 */
CustomCCode #if _MSC_VER <= 1200
CustomCCode typedef int intptr_t;
CustomCCode #endif

Include glu-common.cfg