mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
include winsock2.h earlier
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38921 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86ac837995
commit
fd21cb27aa
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-08-24 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/win32/GSFileHandle.m: include winsock2.h earlier for msys2
|
||||
|
||||
2015-08-17 Fred Kiefer <fredkiefer@gmx.de>
|
||||
|
||||
* Resources/Korean.lproj/Localizable.string: Correct encoding
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
Boston, MA 02111 USA.
|
||||
*/
|
||||
|
||||
#include <winsock2.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#import "Foundation/NSObject.h"
|
||||
|
@ -43,7 +45,6 @@
|
|||
#import "../GSPrivate.h"
|
||||
#import "../GSNetwork.h"
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue