VirtualBox

Changeset 35398 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 4, 2011 9:39:07 AM (14 years ago)
Author:
vboxsync
Message:

re-applied r69255, r69257: properly wrap mem* to xf86mem* for older XF86 modules

Location:
trunk/src/VBox/Runtime/common/alloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapoffset.cpp

    r28800 r35398  
    3030*******************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT
     32/* XXX this header must be included first as it re-defines some symbols
     33 * (e.g size_t) if IN_XF86_MODULE is defined. */
     34#include <iprt/string.h>
    3235#include <iprt/heap.h>
    3336#include "internal/iprt.h"
     
    3538#include <iprt/assert.h>
    3639#include <iprt/asm.h>
    37 #include <iprt/string.h>
    3840#include <iprt/err.h>
    3941#include <iprt/log.h>
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r28800 r35398  
    3030*******************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT
     32/* XXX this header must be included first as it re-defines some symbols
     33 * (e.g size_t) if IN_XF86_MODULE is defined. */
     34#include <iprt/string.h>
    3235#include <iprt/heap.h>
    3336#include "internal/iprt.h"
     
    3538#include <iprt/assert.h>
    3639#include <iprt/asm.h>
    37 #include <iprt/string.h>
    3840#include <iprt/err.h>
    3941#include <iprt/log.h>
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