X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FTopMost.c;h=82b7cf5054231ef6ea411eeb5282bf3ef0653084;hb=a312d80612bb9a448cdc1abbde690b296fa92b17;hp=319f0ea0cfdb9077687606027181625d39aa8047;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/TopMost.c b/src/game_sp/TopMost.c index 319f0ea0..82b7cf50 100644 --- a/src/game_sp/TopMost.c +++ b/src/game_sp/TopMost.c @@ -4,6 +4,8 @@ #include "TopMost.h" +#if 0 + // static char *VB_Name = "TopMost_Module"; // --- Option Explicit // --- const int SWP_FRAMECHANGED = 0x20; @@ -49,3 +51,4 @@ void HideWindow(long hWnd) i = SetWindowPos(hWnd, HWND_BOTTOM, 100, 100, 200, 200, SWP_HIDEWINDOW); } +#endif