mirror of https://github.com/GNOME/gimp.git
#elsifdef?
2000-05-02 Tor Lillqvist <tml@iki.fi> * libgimp/gimpmath.h: #elsifdef?
This commit is contained in:
parent
4ab88cb628
commit
afcd39a44f
|
@ -1,3 +1,7 @@
|
|||
2000-05-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* libgimp/gimpmath.h: #elsifdef?
|
||||
|
||||
Mon May 1 13:35:46 PDT 2000 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Made 1.1.21 release (1.2pre)
|
||||
|
|
|
@ -82,11 +82,13 @@ extern "C" {
|
|||
|
||||
#ifdef G_OS_WIN32
|
||||
#define FINITE(x) _finite(x)
|
||||
#elsifdef __EMX__
|
||||
#else
|
||||
#ifdef __EMX__
|
||||
#define FINITE(x) isfinite(x)
|
||||
#else
|
||||
#define FINITE(x) finite(x)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue