From f3ed8d376f743968a824819e9110272288607da4 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 11 Apr 2005 23:00:49 +0000 Subject: Added Common::Initalise() and updated libraries --- src/test/w32dtst.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/w32dtst.cpp') 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 -- cgit v1.2.3