Skip to content

Commit f286e70

Browse files
committed
win32: Set the source code charset to UTF-8
1 parent 61bab18 commit f286e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/setup.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MAKE = $(MAKE) -f $(MAKEFILE)
2222
MAKEFILE = Makefile
2323
!endif
2424
CPU = PROCESSOR_LEVEL
25-
CC = $(CC) -nologo
25+
CC = $(CC) -nologo -source-charset:utf-8
2626
CPP = $(CC) -EP
2727

2828
all: -prologue- -generic- -epilogue-

0 commit comments

Comments
 (0)