Sign in
android
/
toolchain
/
python
/
refs/heads/ndk-release-r20
/
.
/
Python-2.7.5
/
PC
/
empty.c
blob: 846b4d0d646217f5ada73dba86c29ccf9ad87b0c [
file
] [
log
] [
blame
] [
edit
]
#include
<windows.h>
int
__stdcall
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
{
return
0
;
}