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
#ifdef _MSC_VER
#pragma warn -dup
#endif /* _MSC_VER */
#include <windows.h>
#include <windowsx.h>
#include "suffix.h"
#ifdef _MSC_VER
#pragma hdrstop
#endif /* _MSC_VER */
/* Typen */
typedef struct { /* Extra Printdaten */

Loading…
Cancel
Save