You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inc: Partially update fbfrog-based bindings with missing #defines
backporting some of the changes from commit 558254a,
but not all, because the 1.02 compiler doesn't allow redundant Consts yet.
Thus only the ones reported on the forum (lstrcpy/lstrcat) and some others
that seem useful.
Conflicts:
changelog.txt
inc/win/ntddndis.bi
inc/win/pciprop.bi
Copy file name to clipboardExpand all lines: changelog.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Version 1.02.1
13
13
- 1.02.0 regression: OpenGL binding: glGetString() and some others use ZString Ptr instead of GLubyte Ptr again
14
14
- 1.02.0 regression: Windows API binding: REFIID and some other REF* types were missing; wsprintf/wvsprintf declarations were missing; ole2.bi couldn't be included directly/alone anymore.
15
15
- bindings: Various previously untranslated (or wrongly translated) #defines in SDL2, X11, crt/pthread, Windows API
16
-
- Windows API binding: DirectX headers missed some declarations and some didn't compile, win/commdlg.bi couldn't be #included behind windows.bi without WIN_INCLUDEALL because of missing #includes; re-added the undocumented ENUMWINDOWSPROC type; shlwapi.bi #includes shlobj.bi again (for backwards compatibility).
16
+
- Windows API binding: DirectX headers missed some declarations and some didn't compile, win/commdlg.bi couldn't be #included behind windows.bi without WIN_INCLUDEALL because of missing #includes; re-added the undocumented ENUMWINDOWSPROC type; shlwapi.bi #includes shlobj.bi again (for backwards compatibility), some #defines were missing (e.g. lstrcpy/lstrcat).
17
17
- crt/string.bi, crt/mem.bi: Added CONSTs to function declarations
18
18
- #767: Illegal byref result assignments will now cause a proper error message, not just a warning
19
19
- Using the -asm att|intel option for non-x86[_64] targets now triggers an error
0 commit comments