VirtualBox

Changeset 9680 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 13, 2008 12:14:53 PM (17 years ago)
Author:
vboxsync
Message:

VBoxGINA: Fix for 64bit compilation.

Location:
trunk/src/VBox/Additions/WINNT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Makefile.kmk

    r9664 r9680  
    2929include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
    3030include $(PATH_SUB_CURRENT)/VBoxTray/Makefile.kmk
    31 ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (minor issues).
    3231include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk
    33 endif
    3432include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
    3533include $(PATH_SUB_CURRENT)/VBoxHook/Makefile.kmk
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp

    r8155 r9680  
    109109#define CREDPOLL_TIMERID 0x1243
    110110
    111 BOOL CALLBACK MyWlxLoggedOutSASDlgProc(HWND   hwndDlg,  // handle to dialog box
    112                                        UINT   uMsg,     // message
    113                                        WPARAM wParam,   // first message parameter
    114                                        LPARAM lParam)   // second message parameter
     111INT_PTR CALLBACK MyWlxLoggedOutSASDlgProc(HWND   hwndDlg,  // handle to dialog box
     112                                          UINT   uMsg,     // message
     113                                          WPARAM wParam,   // first message parameter
     114                                          LPARAM lParam)   // second message parameter
    115115{
    116116    BOOL bResult;
     
    250250                                       MyWlxLoggedOutSASDlgProc, dwInitParam);
    251251         }
    252 
    253252      }
    254253   }
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