VirtualBox

Ignore:
Timestamp:
Feb 20, 2016 12:06:05 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105620
Message:

CR build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r57018 r59750  
    2222#include <iprt/initterm.h>
    2323#include <iprt/asm.h>
     24#include <iprt/assert.h>
     25#include <iprt/buildconfig.h>
     26
    2427#include <VBox/log.h>
    2528
     
    3437#include <signal.h>
    3538#include <stdlib.h>
     39
     40
     41/*
     42 * Stuff that needs to be dragged into the link because other DLLs needs it.
     43 * See also VBoxDeps.cpp in iprt and xpcom.
     44 */
     45PFNRT g_VBoxRTDeps[] =
     46{
     47    (PFNRT)RTAssertShouldPanic,
     48    (PFNRT)ASMAtomicReadU64,
     49    (PFNRT)ASMAtomicCmpXchgU64,
     50    (PFNRT)ASMBitFirstSet,
     51    (PFNRT)RTBldCfgRevision,
     52};
     53
    3654
    3755static void logMessageV(const char *pszPrefix, const char *pszFormat, va_list va)
     
    188206}
    189207#endif
     208
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