Skip to content
Snippets Groups Projects
Commit 78a421fe authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[machdep] allow non-standard types for wint_t (MSVC/mingw32)

parent 77befb39
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
#include <wchar.h>
#define TEST_TYPE wint_t
TEST_TYPE_IS(unsigned short);
TEST_TYPE_IS(short);
TEST_TYPE_IS(unsigned int);
TEST_TYPE_IS(int);
TEST_TYPE_IS(unsigned long);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment