Johannes Schindelin
02bcbfc097
mingw: use ANSI or Unicode functions explicitly
...
For many Win32 functions, there actually exist two variants: one with
the `A` suffix that takes ANSI parameters (`char *` or `const char *`)
and one with the `W` suffix that takes Unicode parameters (`wchar_t *`
or `const wchar_t *`).
Let's be precise what we want to use.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2018-12-09 11:11:58 +01:00
..
2016-09-07 10:41:45 -07:00
2018-12-09 11:11:58 +01:00
2017-11-09 13:21:21 +09:00
2018-12-09 11:07:43 +01:00
2018-12-09 11:11:52 +01:00
2016-04-08 11:45:47 -07:00
2016-01-12 10:40:54 -08:00
2017-09-24 10:39:37 +09:00
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2017-05-26 12:33:55 +09:00
2014-04-01 14:39:04 -07:00
2015-09-25 10:18:18 -07:00
2015-09-25 10:18:18 -07:00
2018-12-09 11:11:58 +01:00
2018-12-09 11:11:55 +01:00
2012-08-24 09:48:51 -07:00
2018-10-25 18:51:03 +09:00
2018-12-09 11:07:42 +01:00
2017-11-09 13:21:21 +09:00
2018-12-09 11:07:38 +01:00
2017-06-15 12:56:22 -07:00
2018-08-15 11:52:09 -07:00
2017-01-23 11:02:34 -08:00
2016-02-22 14:51:09 -08:00
2016-02-22 14:51:09 -08:00
2015-11-05 10:35:11 -08:00
2015-11-05 10:35:11 -08:00
2016-03-30 11:13:01 -07:00
2014-12-04 11:58:36 -08:00
2016-09-07 10:41:45 -07:00
2018-12-09 11:09:48 +01:00
2013-07-21 15:09:56 -07:00
2018-12-09 11:09:03 +01:00
2016-04-22 15:01:16 -07:00
2018-12-09 11:11:58 +01:00