Changeset 522 for trunk/src/ddraw/OS2PALSET.CPP
- Timestamp:
- Aug 17, 1999, 2:44:46 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2PALSET.CPP
r503 r522 7 7 #include <string.h> 8 8 #include "os2palset.h" 9 #include <odincrt.h> 9 10 10 //****************************************************************************** 11 11 //****************************************************************************** … … 18 18 int i; 19 19 20 ODIN_FS_BEGIN20 21 21 22 22 hps = WinGetPS(HWND_DESKTOP); … … 45 45 WinReleasePS(hps); 46 46 47 ODIN_FS_END47 48 48 49 49 } … … 55 55 HDC hdc; 56 56 57 ODIN_FS_BEGIN57 58 58 59 59 hps = WinGetPS( HWND_DESKTOP); … … 71 71 WinReleasePS(hps); 72 72 73 ODIN_FS_END73 74 74 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.