2010-03-30 Ozkan Sezer <sezeroz@gmail.com>

* serial.h: Include winsock2.h before windows.h.
This commit is contained in:
Tom Tromey 2010-03-30 18:08:04 +00:00
parent 88f14853f8
commit 98e5a990dd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
* serial.h: Include winsock2.h before windows.h.
2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention xmlRegisters= in qSupported packet.

View File

@ -21,6 +21,7 @@
#define SERIAL_H
#ifdef USE_WIN32API
#include <winsock2.h>
#include <windows.h>
#endif