blob: 341a88e98258ac50e4b2fc1825d9abb30306228d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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-desktop.cfg
|