porting fixes

svn path=/trunk/; revision=19482
This commit is contained in:
Steven Edwards
2005-11-23 06:33:19 +00:00
parent 9324227517
commit 09acd27660
+2 -2
View File
@@ -28,7 +28,7 @@
*/
#include <windows.h>
//#include <windows.h>
#include <winsock2.h>
#include <tchar.h>
#include <stdio.h>
@@ -726,7 +726,7 @@ static VOID Usage(VOID)
*/
int main(int argc, char* argv[])
{
if (!ParseCmdline(argc, _argv)) return -1;
if (!ParseCmdline(argc, argv)) return -1;
Driver();