X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FCapture.h;h=427a9b9c4b7e65595405484f6772255e5cac1620;hb=18863a5655e9e07d548e2d673e7f82336703c8fb;hp=f2b8e1b5d186c84460d965d436b601af268bda58;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Capture.h b/src/game_sp/Capture.h index f2b8e1b5..427a9b9c 100644 --- a/src/game_sp/Capture.h +++ b/src/game_sp/Capture.h @@ -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 */