Changeset 13908 in vbox for trunk/include/VBox/com
- Timestamp:
- Nov 6, 2008 11:53:47 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38915
- Location:
- trunk/include/VBox/com
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/array.h ¶
r13856 r13908 32 32 #define ___VBox_com_array_h 33 33 34 #include <VBox/com/ptr.h>35 36 34 /** @defgroup grp_COM_arrays COM/XPCOM Arrays 37 35 * @{ … … 168 166 169 167 #if defined (VBOX_WITH_XPCOM) 170 # include <nsMemory.h>168 # include <nsMemory.h> 171 169 #endif 172 170 173 171 #include "VBox/com/defs.h" 172 #include "VBox/com/ptr.h" 174 173 #include "VBox/com/assert.h" 175 174 -
trunk/include/VBox/com/defs.h ¶
r13580 r13908 41 41 42 42 #if defined (RT_OS_OS2) 43 44 #if defined(RT_MAX) && RT_MAX != 22 45 # error RT_MAX already defined by <iprt/cdefs.h>! Make sure <VBox/com/defs.h> \ 46 is included before it. 47 #endif 43 48 44 49 /* Make sure OS/2 Toolkit headers are pulled in to have BOOL/ULONG/etc. typedefs
Note:
See TracChangeset
for help on using the changeset viewer.