mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
Merge OCC22150 and replacing french comments by english one
This commit is contained in:
parent
31160f806e
commit
f54e033674
@ -479,11 +479,7 @@ const Handle(WNT_Window) theWindow = *(Handle(WNT_Window) *) &AWindow;
|
|||||||
#ifdef RIC120302
|
#ifdef RIC120302
|
||||||
MyCView.DefWindow.XParentWindow = ( HWND )(theWindow->HParentWindow());
|
MyCView.DefWindow.XParentWindow = ( HWND )(theWindow->HParentWindow());
|
||||||
#endif
|
#endif
|
||||||
#ifndef _WIN64
|
wd = ( WNT_WindowData* )GetWindowLongPtr (( HWND )(theWindow->HWindow()), GWLP_USERDATA);
|
||||||
wd = ( WNT_WindowData* )GetWindowLong (( HWND )(theWindow->HWindow()), GWL_USERDATA);
|
|
||||||
#else
|
|
||||||
wd = ( WNT_WindowData* )GetWindowLong (( HWND )(theWindow->HWindow()), GWLP_USERDATA);
|
|
||||||
#endif
|
|
||||||
wd -> WNT_WDriver_Ptr = ( void* )this;
|
wd -> WNT_WDriver_Ptr = ( void* )this;
|
||||||
wd -> WNT_VMgr = ( void* )MyPtrViewManager;
|
wd -> WNT_VMgr = ( void* )MyPtrViewManager;
|
||||||
#endif /* WNT */
|
#endif /* WNT */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user