rnd-20091208-1-src
[rocksndiamonds.git] / src / game_sp / Capture.h
index f2b8e1b5d186c84460d965d436b601af268bda58..427a9b9c4b7e65595405484f6772255e5cac1620 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "global.h"
 
+#if 0
+
 #ifndef HAS_PALETTEENTRY
 typedef struct
 {
@@ -144,4 +146,6 @@ extern Picture CaptureWindow(int hWndSrc, boolean Client, int LeftSrc, int TopSr
 extern Picture CreateBitmapPicture(int hBmp, int hPal);
 extern void PrintPictureToFitPage(Printer Prn, Picture pic);
 
+#endif
+
 #endif /* CAPTURE_H */