Greg Beard 0082811090 Changes Windows version to directly use CreateFileA
`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.
2018-10-18 13:01:55 +01:00
..
CMakeLists.txt Changes Windows version to directly use CreateFileA 2018-10-18 13:01:55 +01:00
example.cpp Fix erroneous comment in example code 2018-09-29 22:15:13 +02:00
test.cpp Update code style in README and test.cpp 2018-09-07 15:59:45 +02:00