]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Have wingss.c include <windows.h> by way of putty.h rather than
authorSimon Tatham <anakin@pobox.com>
Tue, 25 Nov 2008 18:54:05 +0000 (18:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 25 Nov 2008 18:54:05 +0000 (18:54 +0000)
commit8b45210f63a0b25961910b7cc2d93c8626309456
treea2081acc7e326adc477a23d320819205a77638ec
parent01a7673ae9b20274184c3a7dac690055ba2cd24c
Have wingss.c include <windows.h> by way of putty.h rather than
directly. Fixes a build failure involving name clashes between
winsock2.h and winsock.h, which had somehow managed to get included
in succession.

[originally from svn r8332]
windows/wingss.c