mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add main program for icon file.
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user