tests: Fix WinCE compilation
git-svn-id: https://pugixml.googlecode.com/svn/trunk@991 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
cfd30d903d
commit
e33e1083ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue