Delete unused PC/empty.c (GH-94418)

This commit is contained in:
Oleg Iarygin 2022-06-29 17:58:56 +03:00 committed by GitHub
parent 6485c3c726
commit 63c772d5ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}