enh: adjust macro for makefile_win64.mak

This commit is contained in:
kailixu 2024-11-07 14:38:51 +08:00
parent 880b54ee16
commit 907cbe99ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
TARGET = passwdTest.exe
CC = cl
CFLAGS = /W4 /EHsc /I"C:\TDengine\include" /D_WINDOWS
CFLAGS = /W4 /EHsc /I"C:\TDengine\include" /DWINDOWS
LDFLAGS = /link /LIBPATH:"C:\TDengine\driver" taos.lib
SRCS = passwdTest.c