X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Futf.h;h=e2d6c59082a4b5be329ea5ff6a2918a8c3dcb40a;hb=23dd078c8dcb17fd29d3b69f082b5b93f5f13b8f;hp=19ec6e5d1ab53c7c156401c949ba2f559db4a7fc;hpb=a112563214884785d1e90b49a6ad22502f76ef47;p=jansson.git diff --git a/src/utf.h b/src/utf.h index 19ec6e5..e2d6c59 100644 --- a/src/utf.h +++ b/src/utf.h @@ -17,6 +17,10 @@ no need to include stdint.h separately. If inttypes.h doesn't define int32_t, it's defined in config.h. */ #include +#else +#ifdef _WIN32 +typedef int int32_t; +#endif #endif int utf8_encode(int codepoint, char *buffer, int *size);