1
0
Fork 0
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:
Julian Storer 2010-04-06 10:30:55 +02:00
parent 00ac238956
commit abf5805734
7 changed files with 45 additions and 11 deletions

View file

@ -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);
}