X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDirectDrawGlobals.c;h=9ea35bcd4d4862d7dcc93e9a746af086a89a9fd4;hb=f7b79b71faf7e5fbe38df38d26d1156f3ba2f0ce;hp=4b96d9e3e8e3cafdb6912dd15edb7c64fd1c7139;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/DirectDrawGlobals.c b/src/game_sp/DirectDrawGlobals.c index 4b96d9e3..9ea35bcd 100644 --- a/src/game_sp/DirectDrawGlobals.c +++ b/src/game_sp/DirectDrawGlobals.c @@ -4,9 +4,12 @@ #include "DirectDrawGlobals.h" -static char *VB_Name = "DirectDrawGlobals"; +// static char *VB_Name = "DirectDrawGlobals"; + // --- Option Explicit +#if 0 + DirectX7 DirectX; DirectDraw7 DirectDraw; DirectDrawSurface7 PrimarySurface; @@ -45,3 +48,5 @@ void ClipToWindow(long hWnd) PrimarySurface.SetClipper(Clipper); SET_TO_NOTHING(&Clipper, sizeof(Clipper)); } + +#endif