[Mplayer-os2] math.h es a float.h
Kovacs Istvan
kofa at alarmix.net
Wed Apr 17 19:36:40 CEST 2002
On Wed, 17 Apr 2002 19:26:54 +0100, Biro Tamas wrote:
> - OS/2-es fiuk!
>
> - Az mplayer minden matematikai fugvenyt, constanst a math.h-bol
> keresi ki, de os2-es emx-ben a PI fugv. es tarsaik a float.h-ban
> vannak, milyen modzsert lehetne erre osszedobni, hogy
> a float.h tartalma atkeruljon a math.h-ba??
Ahol #include <math.h> szerepel, oda be kell irni:
#ifdef __EMX__
#include <float.h>
#endif
Kofa
Homepage at http://emil.alarmix.org/kofa/ For PGP public key: send mail
with the subject PGP Public Key Request or finger kofa at lemma.math.bme.hu
More information about the MPlayer-os2
mailing list