Changeset 10662 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Jul 15, 2008 2:36:00 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r10377 r10662 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxDrv - OS/2 specifics.3 * VBoxDrv - The VirtualBox Support Driver - OS/2 specifics. 4 4 */ 5 5 … … 29 29 */ 30 30 31 32 31 /******************************************************************************* 33 32 * Header Files * 34 33 *******************************************************************************/ 34 #define LOG_GROUP LOG_GROUP_SUP_DRV 35 35 #define __STDC_CONSTANT_MACROS 36 36 #define __STDC_LIMIT_MACROS … … 46 46 #include <iprt/process.h> 47 47 #include <iprt/assert.h> 48 #include < iprt/log.h>48 #include <VBox/log.h> 49 49 #include <iprt/param.h> 50 50
Note:
See TracChangeset
for help on using the changeset viewer.