Cleaned up a compile warning on the MAX_PATH definition.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9199e66fb5
commit
d433a26fd4
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user