mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
|
@ -11,6 +11,11 @@
|
|||
#include <errno.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
/* Fix for old MinGW. */
|
||||
#ifndef _WINSOCKAPI_
|
||||
#define _WINSOCKAPI_
|
||||
#endif
|
||||
|
||||
/* the following is a workaround a problem for 'inline' keyword in said
|
||||
header when compiled with Borland C++ 6 */
|
||||
#if defined(__BORLANDC__) && !defined(__cplusplus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue