From e33e1083ad703ed8ab0748ad05256cc5a4907efc Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 26 Feb 2014 22:37:40 +0000 Subject: tests: Fix WinCE compilation git-svn-id: https://pugixml.googlecode.com/svn/trunk@991 99668b35-9821-0410-8761-19e4c4f06640 --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index 770c693..3bcf9be 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -176,6 +176,6 @@ int main(int, char** argv) #ifdef _WIN32_WCE int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) { - return main(1, ""); + return main(0, NULL); } #endif -- cgit v1.2.3