mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:30:39 +00:00
* configure, configure.ac, Headers/Additions/GNUstepGUI/config.h.in,
Source/NSSliderCell.m: Check for atan2f function (not present on old Solaris systems for instance). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f1fb9cc7c
commit
4cea0b531e
5 changed files with 1681 additions and 4029 deletions
|
@ -44,6 +44,9 @@
|
|||
#import "AppKit/NSWindow.h"
|
||||
|
||||
DEFINE_RINT_IF_MISSING
|
||||
#ifndef HAVE_ATAN2F
|
||||
#define atan2f atan2
|
||||
#endif
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926535897932384626434
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue