source: Daodan/MSVC/test.cpp@ 937

Last change on this file since 937 was 567, checked in by gumby, 14 years ago

Daodan MSVC

File size: 141 bytes
Line 
1int main() {
2//extern void __cdecl DDrMain(int argc, char* argv[]);
3return 0;
4}
5
6int WinMain(int a, int b, int c, int d) {
7return 0;
8}
Note: See TracBrowser for help on using the repository browser.