Changeset 85121 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp
r83805 r85121 48 48 49 49 50 static VOID winNetCfgLogger(LPCSTRszString)51 { 52 printf("%s\n", szString);50 static DECLCALLBACK(void) winNetCfgLogger(const char *pszString) 51 { 52 printf("%s\n", pszString); 53 53 } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.