]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/winapi.h
Update doc
[bacula/bacula] / bacula / src / findlib / winapi.h
index 102eda18090235a919c1189573f426d131a0cb3d..e7f9ec4330feebc9b6c5e1c903e6ad84c3ec55b8 100644 (file)
 #ifndef __WINAPI_H
 #define __WINAPI_H
 #if defined(HAVE_WIN32)
-#if !defined(HAVE_MINGW) // native.h not present on mingw
+/* Commented out native.h include statement, which is not distributed with the 
+ * free version of VC++, and which is not used in bacula. */
+/*#if !defined(HAVE_MINGW) // native.h not present on mingw
 #include <native.h>
-#endif
+#endif*/
 #include <windef.h>
 #endif
 #if defined(HAVE_CYGWIN) || defined(HAVE_WIN32)