Changeset 1817 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 30, 2007 2:53:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r1805 r1817 351 351 * Callback function to control the native Win32 API file dialog 352 352 */ 353 UINT CALLBACK OFNHookProc (HWND aHdlg, UINT aUiMsg, WPARAM aWParam, LPARAM aLParam)353 UINT_PTR CALLBACK OFNHookProc (HWND aHdlg, UINT aUiMsg, WPARAM aWParam, LPARAM aLParam) 354 354 { 355 355 if (aUiMsg == WM_NOTIFY)
Note:
See TracChangeset
for help on using the changeset viewer.