Changeset 89322 in vbox for trunk/src/VBox/Frontends/VBoxAutostart
- Timestamp:
- May 27, 2021 2:10:31 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp
r89321 r89322 904 904 static VOID WINAPI autostartSvcWinServiceMain(DWORD cArgs, LPWSTR *papwszArgs) 905 905 { 906 RT_NOREF( papwszArgs);906 RT_NOREF(cArgs, papwszArgs); 907 907 LogFlowFuncEnter(); 908 908
Note:
See TracChangeset
for help on using the changeset viewer.