[MINGW]
[reactos.git] / reactos / include / reactos / mingw-w64 / oscalls.h
index 132686d..4dddbbb 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * This file has no copyright assigned and is placed in the Public Domain.
  * This file is part of the w64 mingw-runtime package.
- * No warranty is given; refer to the file DISCLAIMER within this package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  */
 
 #ifndef _INC_OSCALLS
 #endif
 #endif
 
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable:4214)
-#endif
-
 typedef struct _FTIME
 {
   unsigned short twosecs : 5;
@@ -51,10 +46,6 @@ typedef struct _FDATE
   unsigned short year : 7;
 } FDATE;
 
-#ifdef _MSC_VER
-#pragma warning(pop)
-#endif
-
 typedef FDATE *PFDATE;
 
 #endif