diff options
Diffstat (limited to 'Tests/FindwxWidgets/Test/main.cpp')
-rw-r--r-- | Tests/FindwxWidgets/Test/main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/FindwxWidgets/Test/main.cpp b/Tests/FindwxWidgets/Test/main.cpp new file mode 100644 index 0000000..0e576cf --- /dev/null +++ b/Tests/FindwxWidgets/Test/main.cpp @@ -0,0 +1,7 @@ +#include <wx/filefn.h> + +int main() +{ + wxGetCwd(); + return 0; +} |