windows: fix snprintf vs _snprintf
This commit is contained in:
parent
8d8e9bec9b
commit
0650cd0fe7
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ struct sockaddr_in;
|
|||
#define LWS_INVALID_FILE INVALID_HANDLE_VALUE
|
||||
#define LWS_O_RDONLY _O_RDONLY
|
||||
|
||||
#define lws_snprintf _snprintf
|
||||
#define snprintf _snprintf
|
||||
|
||||
#else /* NOT WIN32 */
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue