Skip to content

Commit 230882a

Browse files
committed
inc: fix many HANDLE_WM_*, FORWARD_WM_* #defines in win/windowsx.bi
In most of these, hwnd and HWND clashed. A few such had previously been fixed by hand. This file is now the same in both fbc and (my fork of) fbbindings.
1 parent 63c53a8 commit 230882a

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Version 1.08.0
105105
- rtlib: FORMAT() should always use all the fix digits in exponential form, e.g. format(1234, "###e+#") = "123e+1"
106106
- github #92: FORMAT() should always have an exponent of 0 for zero.
107107
- sf.net #928: Wrong sign / type when printing BYTE values on arm/aarch64
108+
- various HANDLE_WM_*, FORWARD_WM_* macros in win/windowsx.bi were broken
108109

109110

110111
Version 1.07.0

0 commit comments

Comments
 (0)