mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Fixed a couple of win32 flags and Jucer include paths.
This commit is contained in:
parent
00ac238956
commit
abf5805734
7 changed files with 45 additions and 11 deletions
|
|
@ -400,7 +400,7 @@ public:
|
|||
setVisible (true);
|
||||
|
||||
oldWinProc = SubclassWindow (parentHWND, (WNDPROC) interceptingWinProc);
|
||||
SetWindowLongPtr (parentHWND, GWL_USERDATA, (LONG_PTR) this);
|
||||
SetWindowLongPtr (parentHWND, GWLP_USERDATA, (LONG_PTR) this);
|
||||
|
||||
resizeToParentWindow (window->width, window->height);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue