Changeset 69783 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 20, 2017 6:58:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r69729 r69783 60 60 61 61 62 #if defined(VBOX_WITH_SDS _PLAN_B) && !defined(VBOX_WITH_XPCOM)62 #if defined(VBOX_WITH_SDS) && !defined(VBOX_WITH_XPCOM) 63 63 class VirtualBoxClassFactory; /* See ../src-server/win/svcmain.cpp */ 64 64 #endif … … 81 81 82 82 #ifndef VBOX_WITH_XPCOM 83 # ifdef VBOX_WITH_SDS _PLAN_B83 # ifdef VBOX_WITH_SDS 84 84 DECLARE_CLASSFACTORY_EX(VirtualBoxClassFactory) 85 85 # else
Note:
See TracChangeset
for help on using the changeset viewer.