Fixes to Cygwin/Mingw32 makefile, manual now compiles wxStaticLine, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-08 21:14:50 +00:00
parent 3b0c8308f1
commit 154f22b3fa
15 changed files with 90 additions and 104 deletions

View File

@@ -187,7 +187,7 @@ public:
bool SetNull(int colNo);
bool SetNull(char *colName);
#if __WXDEBUG__ > 0
#ifdef __WXDEBUG__
ULONG GetTableID() { return tableID; };
#endif