]> git.saurik.com Git - wxWidgets.git/commitdiff
Cleaned up a compile warning on the MAX_PATH definition.
authorGeorge Tasker <gtasker@allenbrook.com>
Sun, 7 Nov 1999 15:06:13 +0000 (15:06 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sun, 7 Nov 1999 15:06:13 +0000 (15:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.h

index a1e2e5ec398f267e1cc21a5fb7cb38cf62d698ff..4d1f7458446ce1bcbc5fe21671669d3ef816c425 100644 (file)
@@ -25,8 +25,9 @@ enum          DialogModes {mView,mCreate,mEdit,mSearch};
 #define ABOUT_DEMO                     300
 
 // this seems to be missing, Robert Roebling (?)
 #define ABOUT_DEMO                     300
 
 // this seems to be missing, Robert Roebling (?)
+#ifndef MAX_PATH
 #define MAX_PATH   200
 #define MAX_PATH   200
-
+#endif
 
 // Name of the table to be created/opened
 const char     CONTACT_TABLE_NAME[]            =       "contacts";
 
 // Name of the table to be created/opened
 const char     CONTACT_TABLE_NAME[]            =       "contacts";