fix(query): fix syntax error on windows.
This commit is contained in:
parent
555ee2b556
commit
ef8b68bc80
|
@ -16,6 +16,7 @@
|
|||
#define ALLOW_FORBID_FUNC
|
||||
#define _DEFAULT_SOURCE
|
||||
#include <stdlib.h>
|
||||
#include "osDef.h"
|
||||
|
||||
#ifdef WINDOWS
|
||||
void swapStr(char* j, char* J, int width) {
|
||||
|
|
Loading…
Reference in New Issue