Changeset 9332 in vbox for trunk/include/VBox/com/string.h
- Timestamp:
- Jun 2, 2008 11:10:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r8155 r9332 34 34 #define ___VBox_com_string_h 35 35 36 /* Make sure all the stdint.h macros are included - must come first! */ 37 #ifndef __STDC_LIMIT_MACROS 38 # define __STDC_LIMIT_MACROS 39 #endif 40 #ifndef __STDC_CONSTANT_MACROS 41 # define __STDC_CONSTANT_MACROS 42 #endif 43 36 44 #if defined (VBOX_WITH_XPCOM) 37 # include <nsMemory.h>45 # include <nsMemory.h> 38 46 #endif 39 47
Note:
See TracChangeset
for help on using the changeset viewer.