rnd-20091208-1-src
[rocksndiamonds.git] / src / game_sp / TopMost.c
index 319f0ea0cfdb9077687606027181625d39aa8047..82b7cf5054231ef6ea411eeb5282bf3ef0653084 100644 (file)
@@ -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