Support _WIN32 in addition to WIN32 define
authorAndreas Pakulat <andreas@froglogic.com>
Mon, 28 Oct 2013 14:18:04 +0000 (15:18 +0100)
committerAndy Green <andy.green@linaro.org>
Mon, 4 Nov 2013 02:04:31 +0000 (10:04 +0800)
commit68bd4bd7bf5d3b71ed0004a9eab20fca8e4b1826
tree88af7a3dae7feae4ef462e94dcd1f5c6e6f21873
parent39ceebcfbffc6a44acd5fdfdd323aa88249c7289
Support _WIN32 in addition to WIN32 define

MSVC8 and MSVC9 set only _WIN32, so support that define as well to be able
to compile libwebsockets with those compilers.
lib/libwebsockets.c
lib/libwebsockets.h
lib/parsers.c
lib/private-libwebsockets.h
lib/server.c
lib/sha-1.c