mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 02:18:00 +00:00
Manual merge of pull request #1138
This commit is contained in:
@@ -62,7 +62,7 @@ type # BaseTsd.h -- Type definitions for the basic sized types
|
||||
|
||||
type # WinDef.h -- Basic Windows Type Definitions
|
||||
# BaseTypes
|
||||
UINT* = int32
|
||||
WINUINT* = int32
|
||||
ULONG* = int
|
||||
PULONG* = ptr int
|
||||
USHORT* = int16
|
||||
@@ -23481,7 +23481,7 @@ proc ListView_EnsureVisible(hwndLV: HWND, i, fPartialOK: int32): LRESULT =
|
||||
MAKELPARAM(fPartialOK, 0))
|
||||
|
||||
proc ListView_FindItem(wnd: HWND, iStart: int32, lvfi: var LV_FINDINFO): int32 =
|
||||
result = SendMessage(wnd, LVM_FINDITEM, WPARAM(iStart),
|
||||
result = SendMessage(wnd, LVM_FINDITEM, WPARAM(iStart),
|
||||
cast[LPARAM](addr(lvfi))).int32
|
||||
|
||||
proc ListView_GetBkColor(wnd: HWND): LRESULT =
|
||||
|
||||
Reference in New Issue
Block a user