Changeset 503 for trunk/src/ddraw/OS2PALSET.CPP
- Timestamp:
- Aug 16, 1999, 2:40:48 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2PALSET.CPP
r210 r503 7 7 #include <string.h> 8 8 #include "os2palset.h" 9 #define FAR 10 #include "misc.h" 11 9 #include <odincrt.h> 12 10 //****************************************************************************** 13 11 //****************************************************************************** … … 19 17 RGB2 os2rgb[256]; 20 18 int i; 19 20 ODIN_FS_BEGIN 21 21 22 22 hps = WinGetPS(HWND_DESKTOP); … … 44 44 TRUE); 45 45 WinReleasePS(hps); 46 47 ODIN_FS_END 48 46 49 } 47 50 //****************************************************************************** … … 51 54 HPS hps; 52 55 HDC hdc; 56 57 ODIN_FS_BEGIN 53 58 54 59 hps = WinGetPS( HWND_DESKTOP); … … 65 70 66 71 WinReleasePS(hps); 72 73 ODIN_FS_END 74 67 75 } 68 76 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.