File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ OBJS = \
4747 $(PLATFORM)/misc.obj \
4848 $(PLATFORM)/resources.obj
4949
50- client: CFLAGS = $(CLIENT_CFLAGS) -I$(DIVERT_ROOT)/include/
50+ client: CFLAGS = $(CLIENT_CFLAGS) -I$(DIVERT_ROOT)/include/ -mno-ms-bitfields
5151client: CLIBS = -lws2_32 -lkernel32 -lWinDivert -L$(DIVERT_ROOT)/$(ARCH)/
5252client: $(OBJS)
5353 $(CC) -o $(CLIENT_PROG).exe $(OBJS) -Wl,-subsystem,windows $(CLIBS)
@@ -59,9 +59,9 @@ $(PLATFORM)/resources.obj: $(PLATFORM)/resources.rc
5959%.obj: %.c http_data.c install_data.c
6060 $(CC) $(CFLAGS) -o $@ -c $<
6161
62- encodings/natural.obj: CFLAGS = $(CLIENT_CFLAGS) -O3
62+ encodings/natural.obj: CFLAGS = $(CLIENT_CFLAGS) -O3 -mno-ms-bitfields
6363encodings/aes_hardware.obj: CFLAGS = $(CLIENT_CFLAGS) -maes -mssse3 \
64- -flax-vector-conversions
64+ -flax-vector-conversions -mno-ms-bitfields
6565
6666http_data.c: ui/* tools/file2c.exe
6767 (cd ui/; ../tools/file2c.exe * > ../http_data.c)
Original file line number Diff line number Diff line change 33
44ENABLED = "true"
55HIDE_TCP = "true"
6- HIDE_TCP_DATA = "false "
6+ HIDE_TCP_DATA = "true "
77HIDE_TCP_SYN = "set"
88HIDE_TCP_ACK = "set"
99HIDE_TCP_PSH = "set"
You can’t perform that action at this time.
0 commit comments