Fix off-by-one error that resulted in missed characters
[pytest.git] / PC / empty.c
blob846b4d0d646217f5ada73dba86c29ccf9ad87b0c
1 #include <windows.h>
2 int __stdcall
3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
5 return 0;