fix(query): fix error on windows.

This commit is contained in:
Haojun Liao 2023-01-29 14:00:00 +08:00
parent 995b75f77f
commit 4892740cb1
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@
#define ALLOW_FORBID_FUNC
#define _DEFAULT_SOURCE
#include "os.h"
#include <stdlib.h>
#include "osDef.h"
#ifdef WINDOWS
void swapStr(char* j, char* J, int width) {