VirtualBox

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


Ignore:
Timestamp:
Aug 27, 2010 12:43:06 PM (14 years ago)
Author:
vboxsync
Message:

iprt: disable RTStrAAppendExNVTag for RING0 as it is currently not used and induces linker problems on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/stringalloc.cpp

    r31157 r32047  
    3232#include "internal/iprt.h"
    3333
    34 #include <iprt/alloca.h>
     34#ifndef IN_RING0
     35# include <iprt/alloca.h>
     36#endif
    3537#include <iprt/assert.h>
    3638#include <iprt/mem.h>
     
    176178
    177179
     180#ifndef IN_RING0
     181
     182/* XXX Currently not needed anywhere. alloca() induces some linker problems for ring 0 code
     183 * with newer versions of VCC */
     184
    178185RTDECL(int) RTStrAAppendExNVTag(char **ppsz, size_t cPairs, va_list va, const char *pszTag)
    179186{
     
    234241}
    235242RT_EXPORT_SYMBOL(RTStrAAppendExNVTag);
     243
     244#endif
    236245
    237246
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