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
fbc/emscripten: allow wchar conversion on win32 for development
- add 'enum FB_WCHARCONV'
- replace 'env.wchar_doconv' with 'env.wcharconv as FB_WCHARCONV'
- when compiler is built with __FB_DEBUG__<>0 then allow wstring conversions
even though the host wchar size and target wchar size are different
- purpose of this is to allow some building and testing with the test-suite
on a win32 host while also not having deal with all unicode/wchar issues
Copy file name to clipboardExpand all lines: changelog.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
Version 1.10.1
2
2
3
3
[changed]
4
+
- emscripten/fbc: in debug version of fbc (__FB_DEBUG__<>0) allow wchar conversion on win32 host to allow building and testing of the test-suite
4
5
5
6
[added]
6
7
- fbc: '-fbgfx' command line option to link against correct libfbgfx variant, for platforms (emscripten) where it's not automatic due to missing objinfo support
0 commit comments