mirror of https://github.com/python/cpython
Add main program for icon file.
This commit is contained in:
parent
0bbf137fbd
commit
ab9351bf36
|
@ -0,0 +1,6 @@
|
||||||
|
#include <windows.h>
|
||||||
|
int __stdcall
|
||||||
|
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue