mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
mingw fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32541 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ee7872e6fd
commit
84b2f8d5bf
2 changed files with 5 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
* Source/GNUmakefile:
|
||||
* Headers/Additions/GNUstepBase/config.h.in:
|
||||
Add config check for blocks support.
|
||||
* Source/NSObject.m:
|
||||
* Source/ObjectiveC2/blocks_runtime.m:
|
||||
Fixups for mingw
|
||||
|
||||
2011-03-12 Stefan Bidigaray <stefanbidi@gmail.com>
|
||||
|
||||
|
|
|
@ -808,8 +808,8 @@ GSGarbageCollectorLog(char *msg, GC_word arg)
|
|||
* Semi-private function in libobjc2 that initialises the classes used for
|
||||
* blocks.
|
||||
*/
|
||||
BOOL
|
||||
objc_create_block_classes_as_subclasses_of(Class super) __attribute__((weak));
|
||||
extern BOOL
|
||||
objc_create_block_classes_as_subclasses_of(Class super);
|
||||
|
||||
+ (void) load
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue