mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-08 01:36:52 +08:00
`CreateFile` is `#define`d as `CreateFileW` in unicode builds (when `/D UNICODE` is defined). This is probably more likely to be a issue when integrating into GUI projects. This commit allows compilation to succeed when `UNICODE` has been defined and adds a note to the README, explicitly stating that mio doesn't support wide char string types as parameters. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| example.cpp | ||
| test.cpp | ||