comparison flappyufo/win32/wrapper.c @ 5:0c50890ef159

flappyufo-0.230919-1
author prymula <prymula76@outlook.com>
date Wed, 31 Jan 2024 13:23:13 +0100
parents 2787f5e749ae
children
comparison
equal deleted inserted replaced
4:0962f0296c8a 5:0c50890ef159
20 } 20 }
21 21
22 22
23 23
24 24
25 void main( int argc, TCHAR *argv[] ) 25 void _main( int argc, TCHAR *argv[] )
26 { 26 {
27 STARTUPINFO si; 27 STARTUPINFO si;
28 PROCESS_INFORMATION pi; 28 PROCESS_INFORMATION pi;
29 29
30 char * file = file_exist(); 30 char * file = file_exist();