Ignore:
Timestamp:
Feb 29, 2000, 2:56:52 PM (26 years ago)
Author:
sandervl
Message:

compile fixes

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 jeroen Exp $ */
     1/* $Id: gluos.h,v 1.2 2000-02-29 13:56:48 sandervl Exp $ */
    22/*
    33** gluos.h - operating system dependencies for GLU
    44**
    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 jeroen Exp $*/
     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 $*/
    66
    77#if defined(_WIN32)
     
    1919#else
    2020#if defined(__WIN32OS2__)
    21 #include <os2win.h>
    22 #define GLAPI WIN32API
     21#include <windows.h>
    2322#else
    2423/* Disable Microsoft-specific keywords */
Note: See TracChangeset for help on using the changeset viewer.