Changeset 60759 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Apr 29, 2016 11:19:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r60734 r60759 5 5 6 6 /* 7 * Copyright (C) 2006-201 5Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 93 93 # ifdef RT_OS_WINDOWS 94 94 // Required for ATL 95 static CComModule_Module;95 static ATL::CComModule _Module; 96 96 # endif 97 97
Note:
See TracChangeset
for help on using the changeset viewer.