VirtualBox

Changeset 36190 in vbox for trunk/src/VBox/Runtime/r0drv/nt


Ignore:
Timestamp:
Mar 7, 2011 4:28:50 PM (14 years ago)
Author:
vboxsync
Message:

IPRT,Drivers: Committed a modified version of the diff_linux_guest_host patch. This mangles the IPRT symbols in kernel space on linux and later other platforms.

Location:
trunk/src/VBox/Runtime/r0drv/nt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp

    r33311 r36190  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define RTSEMEVENT_WITHOUT_REMAPPING
    3132#include "the-nt-kernel.h"
    3233#include <iprt/semaphore.h>
     
    249250
    250251
    251 #undef RTSemEventWaitEx
    252252RTDECL(int)  RTSemEventWaitEx(RTSEMEVENT hEventSem, uint32_t fFlags, uint64_t uTimeout)
    253253{
  • trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp

    r33158 r36190  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3132#include "the-nt-kernel.h"
    3233#include <iprt/semaphore.h>
     
    272273
    273274
    274 #undef RTSemEventMultiWaitEx
    275275RTDECL(int)  RTSemEventMultiWaitEx(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout)
    276276{
  • trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp

    r28800 r36190  
    3030*   Header Files                                                               *
    3131*******************************************************************************/
     32#define RTSEMMUTEX_WITHOUT_REMAPPING
    3233#include "the-nt-kernel.h"
    3334#include <iprt/semaphore.h>
     
    169170
    170171
    171 #undef RTSemMutexRequest
    172172RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    173173{
     
    182182
    183183
    184 #undef RTSemMutexRequestNoResume
    185184RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    186185{
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