X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDirectDrawGlobals.c;h=9ea35bcd4d4862d7dcc93e9a746af086a89a9fd4;hb=d45b35552f4ca1ada1266fb7e8b6968d878019a6;hp=7c028b75049511f5fcf577a5a2e3463d321b003c;hpb=8d3d7d213a9691455a49544624bf380e85f43461;p=rocksndiamonds.git diff --git a/src/game_sp/DirectDrawGlobals.c b/src/game_sp/DirectDrawGlobals.c index 7c028b75..9ea35bcd 100644 --- a/src/game_sp/DirectDrawGlobals.c +++ b/src/game_sp/DirectDrawGlobals.c @@ -8,6 +8,8 @@ // --- Option Explicit +#if 0 + DirectX7 DirectX; DirectDraw7 DirectDraw; DirectDrawSurface7 PrimarySurface; @@ -46,3 +48,5 @@ void ClipToWindow(long hWnd) PrimarySurface.SetClipper(Clipper); SET_TO_NOTHING(&Clipper, sizeof(Clipper)); } + +#endif