From: Nicolas Boichat Date: Fri, 23 Apr 2004 20:23:35 +0000 (+0000) Subject: Commented out native.h include statement, which is not distributed with the free... X-Git-Tag: Release-1.34.3~121 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f30aac6dfa7335219d511947830f7a71cc22083;p=bacula%2Fbacula Commented out native.h include statement, which is not distributed with the free version of VC++, and which is not used in bacula. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1278 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/findlib/winapi.h b/bacula/src/findlib/winapi.h index 102eda1809..e7f9ec4330 100644 --- a/bacula/src/findlib/winapi.h +++ b/bacula/src/findlib/winapi.h @@ -28,9 +28,11 @@ #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 -#endif +#endif*/ #include #endif #if defined(HAVE_CYGWIN) || defined(HAVE_WIN32)