- Timestamp:
- Feb 3, 2016 12:01:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r59562 r59566 23 23 * Header Files * 24 24 *********************************************************************************************************************************/ 25 #define LOG_GROUP LOG_GROUP_MAIN 25 26 #define PROXY_DELEGATION /* see generated dlldata.c */ 26 27 #include <iprt/nt/nt-and-windows.h> … … 30 31 31 32 #include "VirtualBox.h" 33 #include <VBox/log.h> 32 34 #include <iprt/alloca.h> 33 35 #include <iprt/assert.h> … … 91 93 # define VBPS_LOGREL_NO_ASSERT(a_Expr) (a_Expr) 92 94 #else 93 # define VBPS_LOGREL_NO_ASSERT false95 # define VBPS_LOGREL_NO_ASSERT(a_Expr) false 94 96 #endif 95 97
Note:
See TracChangeset
for help on using the changeset viewer.