summaryrefslogtreecommitdiff
path: root/Tests/FindwxWidgets/Test/main.cpp
blob: 0e576cfede0150ea64b4c7b82ece6371db5d673f (plain)
1
2
3
4
5
6
7
#include <wx/filefn.h>

int main()
{
  wxGetCwd();
  return 0;
}