diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-03 20:23:10 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-03 20:23:10 +0200 |
| commit | fe10e5fa354a508a6b20b4a20b9bba46c6b8612e (patch) | |
| tree | c9993398c269dd5017370f422e2025d0b9a3e396 /alf/alflabel.cpp | |
| parent | a3870e00c23e64691c43e74c5f20969e9051a48c (diff) | |
make it compile as 64bit under mingw
Diffstat (limited to 'alf/alflabel.cpp')
| -rw-r--r-- | alf/alflabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alflabel.cpp b/alf/alflabel.cpp index 6f01cce..73296d9 100644 --- a/alf/alflabel.cpp +++ b/alf/alflabel.cpp @@ -303,7 +303,7 @@ ALF_AddLabel(HWND win, WORD id, int x, int y, const TCHAR *text) WS_CHILD | WS_VISIBLE, 0, 0, 100, 100, win, - (HMENU)(int)id, + (HMENU)(ULONG_PTR)id, ALF_HINSTANCE, NULL); |
