Changeset 38037 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 18, 2011 5:31:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/include/Logging.h ¶
r37666 r38037 42 42 #endif 43 43 44 /* Ensure log macros are enabled if release logging is requested */45 #if defined (VBOX_MAIN_RELEASE_LOG) && !defined (DEBUG)46 # ifndef LOG_ENABLED47 # define LOG_ENABLED48 # endif49 #endif50 51 44 #include <VBox/log.h> 52 45
Note:
See TracChangeset
for help on using the changeset viewer.