application/main.c

changeset 512
3cb2587f8891
parent 510
9f562a7de4a2
child 513
a4e0ef98a8b4
equal deleted inserted replaced
511:11004f307eae 512:3cb2587f8891
771 771
772 #endif 772 #endif
773 773
774 #ifdef UI_WIN32 774 #ifdef UI_WIN32
775 775
776 int main(int argc, char **argv) { 776 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {
777 return 0; 777 return 0;
778 } 778 }
779 779
780 #endif 780 #endif

mercurial