]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/dbtest.h
Committing in .
[wxWidgets.git] / 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 (?)
+#ifndef MAX_PATH
 #define MAX_PATH   200
-
+#endif
 
 // Name of the table to be created/opened
 const char     CONTACT_TABLE_NAME[]            =       "contacts";