Changeset 7940 for trunk/src/ddraw/ddraw.CPP
- Timestamp:
- Feb 17, 2002, 9:40:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/ddraw.CPP
r6812 r7940 1 /* $Id: ddraw.CPP,v 1.2 0 2001-09-25 18:23:41sandervl Exp $ */1 /* $Id: ddraw.CPP,v 1.21 2002-02-17 20:40:06 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 */ 15 15 16 // define the following as we include winnt.h 17 //#define _OS2WIN_H 18 #define FAR 19 16 20 #include <odin.h> 21 #include <winbase.h> 17 22 #include <memory.h> 18 23 #include <stdio.h> … … 23 28 #include "os2ddraw.h" 24 29 #include "winerror.h" 25 // define the following as we include winnt.h26 #define _OS2WIN_H27 #define FAR28 30 29 31 #include <misc.h> 30 31 extern "C" {32 32 33 33 //****************************************************************************** … … 288 288 }//****************************************************************************** 289 289 290 }
Note:
See TracChangeset
for help on using the changeset viewer.