VirtualBox

Changeset 60278 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Mar 31, 2016 5:04:53 PM (9 years ago)
Author:
vboxsync
Message:

HostDrivers/Runtime: fixed a few functions according to __stdcall (thanks Parfait)

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

Legend:

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

    r57978 r60278  
    232232 * @param   uUserCtx            The user context argument (PRTMPARGS).
    233233 */
    234 static ULONG_PTR __stdcall rtmpNtOnAllBroadcastIpiWrapper(ULONG_PTR uUserCtx)
     234static ULONG_PTR rtmpNtOnAllBroadcastIpiWrapper(ULONG_PTR uUserCtx)
    235235{
    236236    PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
     
    247247 * @param   uUserCtx            The user context argument (PRTMPARGS).
    248248 */
    249 static ULONG_PTR __stdcall rtmpNtOnOthersBroadcastIpiWrapper(ULONG_PTR uUserCtx)
     249static ULONG_PTR rtmpNtOnOthersBroadcastIpiWrapper(ULONG_PTR uUserCtx)
    250250{
    251251    PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
     
    266266 * @param   uUserCtx            The user context argument (PRTMPARGS).
    267267 */
    268 static ULONG_PTR __stdcall rtmpNtOnPairBroadcastIpiWrapper(ULONG_PTR uUserCtx)
     268static ULONG_PTR rtmpNtOnPairBroadcastIpiWrapper(ULONG_PTR uUserCtx)
    269269{
    270270    PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
     
    286286 * @param   uUserCtx            The user context argument (PRTMPARGS).
    287287 */
    288 static ULONG_PTR __stdcall rtmpNtOnSpecificBroadcastIpiWrapper(ULONG_PTR uUserCtx)
     288static ULONG_PTR rtmpNtOnSpecificBroadcastIpiWrapper(ULONG_PTR uUserCtx)
    289289{
    290290    PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
     
    342342 * @param   SystemArgument2     Argument specified by KeInsertQueueDpc
    343343 */
    344 static VOID __stdcall rtmpNtDPCWrapper(IN PKDPC Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
     344static VOID rtmpNtDPCWrapper(IN PKDPC Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
    345345{
    346346    PRTMPARGS pArgs = (PRTMPARGS)DeferredContext;
     
    601601 * @param   SystemArgument2     Argument specified by KeInsertQueueDpc
    602602 */
    603 static VOID __stdcall rtMpNtOnSpecificDpcWrapper(IN PKDPC Dpc, IN PVOID DeferredContext,
    604                                                  IN PVOID SystemArgument1, IN PVOID SystemArgument2)
     603static VOID rtMpNtOnSpecificDpcWrapper(IN PKDPC Dpc, IN PVOID DeferredContext,
     604                                       IN PVOID SystemArgument1, IN PVOID SystemArgument2)
    605605{
    606606    PRTMPNTONSPECIFICARGS pArgs = (PRTMPNTONSPECIFICARGS)DeferredContext;
  • trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp

    r57358 r60278  
    110110 * @param pvArg         Pointer to the argument package.
    111111 */
    112 static VOID __stdcall rtThreadNativeMain(PVOID pvArg)
     112static VOID rtThreadNativeMain(PVOID pvArg)
    113113{
    114114    PETHREAD Self = PsGetCurrentThread();
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