Initial
This commit is contained in:
11
test/Main.cpp
Normal file
11
test/Main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <common/windows.hpp>
|
||||
|
||||
int main(int argc,char **argv)
|
||||
{
|
||||
for(int index=0;index<argc;index++)
|
||||
{
|
||||
::MessageBox(0,(LPSTR)argv[0],(LPSTR)"Args",MB_OK);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user