Changeset 7940 for trunk/src/ddraw/ddrawclipper.cpp
- Timestamp:
- Feb 17, 2002, 9:40:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/ddrawclipper.cpp
r5820 r7940 1 /* $Id: ddrawclipper.cpp,v 1. 1 2001-05-28 17:17:47 phallerExp $ */1 /* $Id: ddrawclipper.cpp,v 1.2 2002-02-17 20:40:06 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 */ 12 12 13 // define the following as we include winnt.h 14 #define _OS2WIN_H 15 #define FAR 16 13 17 #include <odin.h> 18 #include <winbase.h> 14 19 #include <memory.h> 15 20 #include <stdio.h> … … 21 26 #include "os2clipper.h" 22 27 #include "winerror.h" 23 // define the following as we include winnt.h24 #define _OS2WIN_H25 #define FAR26 28 27 29 #include <misc.h>
Note:
See TracChangeset
for help on using the changeset viewer.