mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
* serial.h: Include winsock2.h before windows.h.
This commit is contained in:
parent
88f14853f8
commit
98e5a990dd
@ -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.
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define SERIAL_H
|
||||
|
||||
#ifdef USE_WIN32API
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user