Changeset 60759 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Apr 29, 2016 11:19:23 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r59410 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 … … 590 590 #ifdef RT_OS_WINDOWS 591 591 // Required for ATL 592 static CComModule _Module;592 static ATL::CComModule _Module; 593 593 #endif 594 594
Note:
See TracChangeset
for help on using the changeset viewer.