VirtualBox

Changeset 3594 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 12, 2007 5:04:20 PM (18 years ago)
Author:
vboxsync
Message:

Wrong calling convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp

    r3591 r3594  
    3030/** @todo statically link in the future; dynamic linking is just testing purposes */
    3131
    32 BOOL (* APIENTRY pfnVBoxInstallHook)(HMODULE hDll) = NULL;
    33 BOOL (* APIENTRY pfnVBoxRemoveHook)() = NULL;
     32BOOL (* pfnVBoxInstallHook)(HMODULE hDll) = NULL;
     33BOOL (* pfnVBoxRemoveHook)() = NULL;
    3434
    3535
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