ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
MSVC
/
test.cpp
Revision:
567
Committed:
Fri Jun 25 03:52:34 2010 UTC
(15 years, 3 months ago) by
gumby
Content type:
text/x-c++src
File size:
141 byte(s)
Log Message:
Daodan MSVC
File Contents
#
Content
1
int
main
()
{
2
//extern void __cdecl DDrMain(int argc, char* argv[]);
3
return
0
;
4
}
5
6
int
WinMain
(
int
a
,
int
b
,
int
c
,
int
d
)
{
7
return
0
;
8
}