netpanzer-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-CVS] netpanzer/src/Lib SplitPath.cpp FindFirst.cpp


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/Lib SplitPath.cpp FindFirst.cpp
Date: Fri, 19 Sep 2003 10:29:06 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/19 10:29:06

Modified files:
        src/Lib        : SplitPath.cpp FindFirst.cpp 

Log message:
        don't compile splitpath and findfirst hacks on win32

Patches:
Index: netpanzer/src/Lib/FindFirst.cpp
diff -u netpanzer/src/Lib/FindFirst.cpp:1.6 netpanzer/src/Lib/FindFirst.cpp:1.7
--- netpanzer/src/Lib/FindFirst.cpp:1.6 Tue Sep 16 16:16:09 2003
+++ netpanzer/src/Lib/FindFirst.cpp     Fri Sep 19 10:29:06 2003
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+#ifndef WIN32
 #include <config.h>
 
 #include <glob.h>
@@ -65,3 +66,4 @@
     findhandle_t* handle = (findhandle_t*) ihandle;
     globfree(&handle->globbuf);
 }
+#endif
Index: netpanzer/src/Lib/SplitPath.cpp
diff -u netpanzer/src/Lib/SplitPath.cpp:1.5 netpanzer/src/Lib/SplitPath.cpp:1.6
--- netpanzer/src/Lib/SplitPath.cpp:1.5 Tue Sep 16 16:16:09 2003
+++ netpanzer/src/Lib/SplitPath.cpp     Fri Sep 19 10:29:06 2003
@@ -15,6 +15,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
+#ifndef WIN32
 #include <config.h>
 
 #include <stdio.h>
@@ -78,3 +79,5 @@
     //printf ("Splitted Path : %s => %s - %s - %s - %s.\n", path,
     //         drive, dir, fname, ext);
 }
+
+#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]