Commit 2abe789
committed
inc: win/winuser.bi: Re-add ENUMWINDOWSPROC type
http://www.freebasic.net/forum/viewtopic.php?f=3&t=23488
fbc's old Windows API headers had the ENUMWINDOWSPROC type and used it in
some places instead of WNDENUMPROC. However, it's not documented on MSDN
and doesn't exist in MS or MinGW-w64 headers. Thus it was lost in the
automated translation of the new headers. We should probably re-add it
for backwards-compatibility, as it's easy and it seems that people used it.
(cherry picked from commit 528fc7a)1 parent 98b64c6 commit 2abe789
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments