VirtualBox

Changeset 13908 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Nov 6, 2008 11:53:47 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38915
Message:

Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.

Location:
trunk/include/VBox/com
Files:
2 edited

Legend:

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

    r13856 r13908  
    3232#define ___VBox_com_array_h
    3333
    34 #include <VBox/com/ptr.h>
    35 
    3634/** @defgroup   grp_COM_arrays    COM/XPCOM Arrays
    3735 * @{
     
    168166
    169167#if defined (VBOX_WITH_XPCOM)
    170 #include <nsMemory.h>
     168# include <nsMemory.h>
    171169#endif
    172170
    173171#include "VBox/com/defs.h"
     172#include "VBox/com/ptr.h"
    174173#include "VBox/com/assert.h"
    175174
  • trunk/include/VBox/com/defs.h

    r13580 r13908  
    4141
    4242#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
    4348
    4449/* 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.

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