]> git.sur5r.net Git - bacula/bacula/commitdiff
Commented out native.h include statement, which is not distributed with the free...
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 23 Apr 2004 20:23:35 +0000 (20:23 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 23 Apr 2004 20:23:35 +0000 (20:23 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1278 91ce42f0-d328-0410-95d8-f526ca767f89

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)