9 Commits

Author SHA1 Message Date
Caball009
29ff27b1c1
Merge branch 'mandreyel:master' into master 2023-05-25 22:07:07 +02:00
Pavel P
fd9dc4be35 Avoid multiply defined s_2_ws linker error
+ use std::wstring directly without intermediate std::vector in `s_2_ws`

fixes #87
2023-01-16 19:40:59 +03:00
Caball009
b42c03ce91
Undefining macro [max] from minwindef.h or stdlib.h
Macro [max] is included and makes it impossible to use [std::max] unless the macro's undefined again.
2022-11-08 06:32:40 +01:00
shiagarw
1dada12aba fixing overload
made changes in wrong overload by mistake
2020-12-21 00:05:44 +05:30
shiagarw
5bd9c3981f fixing typo 2020-12-20 23:53:16 +05:30
shiagarw
72aa534b81 Adding support of UTF8 file name processing in mio on windows
Contributing back changes from app.
2020-12-20 23:49:18 +05:30
mandreyel
b296e2d40f Fix not releasing file handle on unsuccessful mapping on win32 2019-12-27 18:25:47 +01:00
mandreyel
f75520c719 Update single include header 2019-05-27 18:42:32 +02:00
Patrick Servello
647e977941 Initial single header support using amalgamate 2019-02-05 22:00:37 -06:00