Commit 2f0532a0 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Added SSPI build to Watcom makefile.

parent 6b490ed3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ CFLAGS += -d0
CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6
!endif

!ifdef %use_sspi
CFLAGS += -dUSE_WINDOWS_SSPI
!endif

#
# Change to suite.
#