diff options
author | Brian Paul <[email protected]> | 2003-02-12 16:04:07 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-02-12 16:04:07 +0000 |
commit | 095f59a30347fea0fc804400620a64dbb7a9273c (patch) | |
tree | 9228f0b2c2f04e3f959533e8d42b8b0997a31390 /src/glu | |
parent | e07618fb572b79016c1d054aa68052c2cff5fdf7 (diff) |
added OS/2 includes
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/sgi/include/gluos.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/glu/sgi/include/gluos.h b/src/glu/sgi/include/gluos.h index bfa33387063..dd0bd79b0de 100644 --- a/src/glu/sgi/include/gluos.h +++ b/src/glu/sgi/include/gluos.h @@ -1,7 +1,7 @@ /* ** gluos.h - operating system dependencies for GLU ** -** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/include/gluos.h,v 1.4 2002/10/04 15:58:33 kschultz Exp $ +** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/include/gluos.h,v 1.5 2003/02/12 16:04:07 brianp Exp $ */ #ifdef __VMS #ifdef __cplusplus @@ -37,6 +37,13 @@ #pragma comment(linker, "/OPT:NOWIN98") #endif +#elif defined(__OS2__) + +#include <stdlib.h> +#include <stdio.h> +#include <malloc.h> +#define WINGDIAPI + #else /* Disable Microsoft-specific keywords */ |