Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
40c6f8db
Commit
40c6f8db
authored
Aug 17, 2013
by
deuce
Browse files
Require Windows XP for getaddrinfo() etc.
parent
b8865269
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/build/Common.gmake
src/build/Common.gmake
+1
-1
No files found.
src/build/Common.gmake
View file @
40c6f8db
...
...
@@ -341,7 +341,7 @@ else
#CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
else
ifeq ($(os),win32) # Windows
CFLAGS += -D_WIN32 -D_WIN32_WINNT=0x050
0
-DWINVER=0x050
0
-D_WIN32_IE=0x0500
CFLAGS += -D_WIN32 -D_WIN32_WINNT=0x050
1
-DWINVER=0x050
1
-D_WIN32_IE=0x0500
MT_CFLAGS += -D_WIN32
else # Linux / Other UNIX
XP_SEM := 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment