VirtualBox

Changeset 9332 in vbox for trunk/include/VBox/com/string.h


Ignore:
Timestamp:
Jun 2, 2008 11:10:25 PM (17 years ago)
Author:
vboxsync
Message:

Must make sure UINT32_C() and friends are defined when stdint.h might be included by someone other than iprt/types.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r8155 r9332  
    3434#define ___VBox_com_string_h
    3535
     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
    3644#if defined (VBOX_WITH_XPCOM)
    37 #include <nsMemory.h>
     45# include <nsMemory.h>
    3846#endif
    3947
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette