Changeset 2945 for trunk/src/opengl/glu/include/gluos.h
- Timestamp:
- Feb 29, 2000, 2:56:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/include/gluos.h
r2689 r2945 1 /* $Id: gluos.h,v 1. 1 2000-02-09 08:50:55 jeroenExp $ */1 /* $Id: gluos.h,v 1.2 2000-02-29 13:56:48 sandervl Exp $ */ 2 2 /* 3 3 ** gluos.h - operating system dependencies for GLU 4 4 ** 5 ** $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/opengl/glu/include/gluos.h,v 1. 1 2000-02-09 08:50:55 jeroenExp $*/5 ** $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/opengl/glu/include/gluos.h,v 1.2 2000-02-29 13:56:48 sandervl Exp $*/ 6 6 7 7 #if defined(_WIN32) … … 19 19 #else 20 20 #if defined(__WIN32OS2__) 21 #include <os2win.h> 22 #define GLAPI WIN32API 21 #include <windows.h> 23 22 #else 24 23 /* Disable Microsoft-specific keywords */
Note:
See TracChangeset
for help on using the changeset viewer.