mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Define macros to expose things in C headers that we need (e.g. INTPTR_MAX) that aren't exposed by default when compiling Objective-C++.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
383d5ccec2
commit
98d6f0baa3
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
#ifndef included_GSConfig_h
|
||||
#define included_GSConfig_h
|
||||
|
||||
// Make sure we expose the constants that we use in ObjC++ mode
|
||||
#define __STDC_CONSTANT_MACROS 1
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
|
||||
#if !defined(NeXT_Foundation_LIBRARY)
|
||||
|
||||
/* An alternate to GS_FAKE_MAIN which forces the user to call the
|
||||
|
|
Loading…
Reference in a new issue