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/ddraw.CPP

    r503 r522  
    22
    33#include <builtin.h>
    4 #include <odincrt.h>
    54#define INITGUID
    65#include "os2ddraw.h"
     
    1817  OS2IDirectDraw *newdraw;
    1918  HRESULT         rc;
    20 
    21   ODIN_FS_BEGIN
    2219
    2320  WriteLog("DirectDrawCreate %X %X %X\n", lpGUID, lplpDD, pUnkOuter);
     
    4239      *lplpDD = (LPDIRECTDRAW)newdraw;
    4340  }
    44   ODIN_FS_END
    45 
    4641  return(rc);
    4742}
Note: See TracChangeset for help on using the changeset viewer.