mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More mingw32 tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af1b622257
commit
44d19385ed
7 changed files with 2342 additions and 364 deletions
|
@ -211,7 +211,7 @@ int con_data (id prx)
|
|||
printf(" got %x\n", small.z);
|
||||
[pool release];
|
||||
|
||||
#if !defined(__MINGW32__)
|
||||
#if 1 || !defined(__MINGW32__)
|
||||
pool = [NSAutoreleasePool new];
|
||||
printf("Struct:\n");
|
||||
printf(" sending c='%c',d=%g,i=%d,s=%s,l=%ld",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue