[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/win
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2006-02-07 20:51:09
Message-ID: 1139345469.823226.4538.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 506896 by neundorf:

fix typo: mingw doesn't find " grp.h"
add newline at end of file

Alex





 M  +6 -6      include/winposix_export.h  
 M  +1 -1      src/grp.c  


--- trunk/KDE/kdelibs/win/include/winposix_export.h #506895:506896
@@ -21,13 +21,13 @@
 #define WINPOSX_IEXPORT_H
 
 /* We need to be independent from kdelibs so we can't use kdelibs_export.h */
-#ifdef _MSC_VER
+#ifdef _MSC_VER
 #define KDE_EXPORT __declspec(dllexport)
-#define KDE_IMPORT __declspec(dllimport)
-#else
+#define KDE_IMPORT __declspec(dllimport)
+#else
 #define KDE_EXPORT
-#define KDE_IMPORT
-#endif
+#define KDE_IMPORT
+#endif
 
 #ifndef KDEWIN32_EXPORT
 # ifdef MAKE_KDEWIN32_LIB
@@ -37,4 +37,4 @@
 # endif
 #endif 
 
-#endif	// WINPOSX_IEXPORT_H
\ No newline at end of file
+#endif	// WINPOSX_IEXPORT_H
--- trunk/KDE/kdelibs/win/src/grp.c #506895:506896
@@ -20,7 +20,7 @@
 #include <windows.h>
 #include <winposix_export.h>
 
-#include< grp.h>
+#include <grp.h>
 
 /* these functions always fail. for win32 */
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic