Skip to content

Commit dc1aa60

Browse files
committed
inc: winapi: #include shlobj from shlwapi, as in old headers
http://www.freebasic.net/forum/viewtopic.php?p=206987#p206987 (cherry picked from commit 25bd82f) Conflicts: changelog.txt
1 parent 4320c8e commit dc1aa60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Version 1.02.1
1313
- 1.02.0 regression: OpenGL binding: glGetString() and some others use ZString Ptr instead of GLubyte Ptr again
1414
- 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.
1515
- 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
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).
1717
- crt/string.bi, crt/mem.bi: Added CONSTs to function declarations
1818
- #767: Illegal byref result assignments will now cause a proper error message, not just a warning
1919
- Using the -asm att|intel option for non-x86[_64] targets now triggers an error

inc/win/shlwapi.bi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include once "_mingw_unicode.bi"
88
#include once "objbase.bi"
99
#include once "shtypes.bi"
10+
#include once "shlobj.bi"
1011

1112
extern "Windows"
1213

0 commit comments

Comments
 (0)