Changeset 63302 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Aug 10, 2016 8:50:50 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109935
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r63274 r63302 1366 1366 # if defined(RT_OS_WINDOWS) 1367 1367 1368 # if 0 /* Some copy and paste from DHCP that nobody explained why was diabled. */ 1368 1369 static LRESULT CALLBACK WindowProc(HWND hwnd, 1369 1370 UINT uMsg, … … 1438 1439 return 0; 1439 1440 } 1440 1441 # endif 1441 1442 1442 1443 … … 1444 1445 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) 1445 1446 { 1446 #if 0 1447 RT_NOREF(hInstance, hPrevInstance, lpCmdLine, nCmdShow); 1448 # if 0 /* some copy and paste from DHCP that nobody explained why was diabled. */ 1447 1449 NOREF(hInstance); NOREF(hPrevInstance); NOREF(lpCmdLine); NOREF(nCmdShow); 1448 1450 … … 1459 1461 CloseHandle(hThread); 1460 1462 1461 # endif1463 # endif 1462 1464 return main(__argc, __argv, environ); 1463 1465 }
Note:
See TracChangeset
for help on using the changeset viewer.