mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
use errno.h for thread safety
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2649e0526
commit
ae8059e5c1
4 changed files with 5 additions and 10 deletions
|
@ -48,8 +48,7 @@
|
|||
#include "../GSPortPrivate.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern __declspec(dllimport) int errno;
|
||||
#include <errno.h>
|
||||
|
||||
#define UNISTR(X) \
|
||||
((const unichar*)[(X) cStringUsingEncoding: NSUnicodeStringEncoding])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue