Changeset 587 for trunk/src/ddraw/OS2DDRAW.H
- Timestamp:
- Aug 19, 1999, 8:08:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2DDRAW.H
r422 r587 7 7 #define APIENTRY _System 8 8 #include "divewrap.h" 9 10 9 #define DEBUG 1 11 10 #define mmioFOURCC( ch0, ch1, ch2, ch3 ) \ … … 13 12 ( (DWORD)(BYTE)(ch2) << 16 ) | ( (DWORD)(BYTE)(ch3) << 24 ) ) 14 13 #include <fourcc.h> 14 #undef THIS 15 15 #define THIS VOID* 16 16 class OS2IDirectDraw … … 45 45 // also needed so get all the info we can get 46 46 DIVE_CAPS dCaps; 47 VOID *pPrimSurf; 47 48 48 49 private:
Note:
See TracChangeset
for help on using the changeset viewer.