diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-04-11 23:00:49 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-04-11 23:00:49 +0000 |
| commit | f3ed8d376f743968a824819e9110272288607da4 (patch) | |
| tree | 4c5b1d1fdb6984b28bbfa5013d7519b4f4a7e33b /src/test/w32dtst.cpp | |
| parent | a6c8b4498363db99d0de8f15e7bc8a9cfc1a7f81 (diff) | |
Added Common::Initalise() and updated libraries
Diffstat (limited to 'src/test/w32dtst.cpp')
| -rw-r--r-- | src/test/w32dtst.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/w32dtst.cpp b/src/test/w32dtst.cpp index 94245ba..6d579cc 100644 --- a/src/test/w32dtst.cpp +++ b/src/test/w32dtst.cpp @@ -342,6 +342,8 @@ int WINAPI WinMain (HINSTANCE hInstance, Test t; INT_PTR i; + W32DLib::Common::Initialise(); + #ifdef DATAX_TEST std::cout << "DATAX_TEST enabled" << std::endl; #endif |
