wxWINE things.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-16 16:34:31 +00:00
parent 40dac23a6a
commit f53561f1f0
15 changed files with 1682 additions and 5 deletions

View File

@@ -19,6 +19,14 @@
#include <stddef.h>
#include "wx/setup.h"
#ifdef PACKAGE
#undef PACKAGE
#endif
#ifdef VERSION
#undef VERSION
#endif
#include "wx/version.h"
// ----------------------------------------------------------------------------