OSDN Git Service

Allow use of mingw native on Windows 95 OS.
authormuller <muller>
Mon, 21 Feb 2011 20:47:10 +0000 (20:47 +0000)
committermuller <muller>
Mon, 21 Feb 2011 20:47:10 +0000 (20:47 +0000)
commitba4f762804555e7754d12e4823e622e465d74f26
treee43f0d12cbc806077617712c959a8527e4530af1
parent12ef1def14237e850bb88738202caba135da1cec
Allow use of mingw native on Windows 95 OS.
* src/gdb/ser-mingw.c (CancelIo): New macro for dynamically loaded
DLL entry.
(ser_windows_close): Only call CancelIo if function exists.
(_initialize_ser_windows): Use LoadLirary/GetProcAddress
to check for existence of CancelIo function in kernel32 DLL.
gdb/ChangeLog
gdb/ser-mingw.c