Browse Source

pragmas only for MSC

pre-master-46
dwarning 18 years ago
parent
commit
a277f1b082
  1. 4
      src/frontend/wdisp/winprint.c

4
src/frontend/wdisp/winprint.c

@ -23,11 +23,15 @@
*/ */
#undef BOOLEAN #undef BOOLEAN
#ifdef _MSC_VER
#pragma warn -dup #pragma warn -dup
#endif /* _MSC_VER */
#include <windows.h> #include <windows.h>
#include <windowsx.h> #include <windowsx.h>
#include "suffix.h" #include "suffix.h"
#ifdef _MSC_VER
#pragma hdrstop #pragma hdrstop
#endif /* _MSC_VER */
/* Typen */ /* Typen */
typedef struct { /* Extra Printdaten */ typedef struct { /* Extra Printdaten */

Loading…
Cancel
Save