mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-29 17:37:51 +08:00
Added #undef UNICODE in mongoose.c to force ANSI Win32 functions
This commit is contained in:
parent
4d85cc6c76
commit
dc55a3ae40
@ -15,6 +15,7 @@
|
||||
// Alternatively, you can license this library under a commercial
|
||||
// license, as set out in <http://cesanta.com/products.html>.
|
||||
|
||||
#undef UNICODE // Use ANSI WinAPI functions
|
||||
#undef _UNICODE // Use multibyte encoding on Windows
|
||||
#define _MBCS // Use multibyte encoding on Windows
|
||||
#define _INTEGRAL_MAX_BITS 64 // Enable _stati64() on Windows
|
||||
|
Loading…
Reference in New Issue
Block a user