Ignore:
Timestamp:
Aug 17, 1999, 2:44:46 PM (26 years ago)
Author:
sandervl
Message:

divewrap bugfixes + removal of FS save/restore macro calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2PALSET.CPP

    r503 r522  
    77#include <string.h>
    88#include "os2palset.h"
    9 #include <odincrt.h>
     9
    1010//******************************************************************************
    1111//******************************************************************************
     
    1818 int  i;
    1919
    20   ODIN_FS_BEGIN
     20 
    2121
    2222  hps = WinGetPS(HWND_DESKTOP);
     
    4545  WinReleasePS(hps);
    4646
    47   ODIN_FS_END
     47 
    4848
    4949}
     
    5555 HDC hdc;
    5656
    57   ODIN_FS_BEGIN
     57 
    5858
    5959  hps = WinGetPS( HWND_DESKTOP);
     
    7171  WinReleasePS(hps);
    7272
    73   ODIN_FS_END
     73 
    7474
    7575}
Note: See TracChangeset for help on using the changeset viewer.