diff options
Diffstat (limited to 'include/delphi/m_cluiframes.inc')
-rw-r--r-- | include/delphi/m_cluiframes.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_cluiframes.inc b/include/delphi/m_cluiframes.inc index 1507543124..590c131cd9 100644 --- a/include/delphi/m_cluiframes.inc +++ b/include/delphi/m_cluiframes.inc @@ -34,7 +34,7 @@ type PCLISTFrame = ^TCLISTFrame;
TCLISTFrame = record
cbSize:dword;
- hWnd :hwnd;
+ hWnd :HWND;
hIcon :HICON;
align :int; // al flags below
height:int; // or minSize - the actual meaning depends from type of frame
|