mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Applied patch #6677
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e37cbbca4
commit
c4a2f62ad0
35 changed files with 142 additions and 88 deletions
|
@ -50,7 +50,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
extern int errno;
|
||||
extern __declspec(dllimport) int errno;
|
||||
|
||||
#define UNISTR(X) \
|
||||
((const unichar*)[(X) cStringUsingEncoding: NSUnicodeStringEncoding])
|
||||
|
@ -596,8 +596,8 @@ static Class messagePortClass = 0;
|
|||
GSPortItemHeader *pih;
|
||||
unsigned off = 0;
|
||||
unsigned len;
|
||||
unsigned rId;
|
||||
unsigned nItems;
|
||||
unsigned rId = 0;
|
||||
unsigned nItems = 0;
|
||||
NSMessagePort *rPort = nil;
|
||||
NSMutableArray *rItems = nil;
|
||||
|
||||
|
@ -971,7 +971,7 @@ again:
|
|||
from: (NSPort*)receivingPort
|
||||
reserved: (unsigned)length
|
||||
{
|
||||
NSMutableData *h;
|
||||
NSMutableData *h = nil;
|
||||
NSMutableData *first;
|
||||
BOOL sent = NO;
|
||||
unsigned c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue