Use C99 'isfinite' macro in preference to BSD-derived 'finite' function.
[python.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;