mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add main program for icon file.
This commit is contained in:
parent
0bbf137fbd
commit
ab9351bf36
1 changed files with 6 additions and 0 deletions
6
PC/empty.c
Normal file
6
PC/empty.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <windows.h>
|
||||
int __stdcall
|
||||
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue