mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
porting fixes
svn path=/trunk/; revision=19482
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user