Hi All, I'm trying to use the default limits.h installed on my Debian Woody system, so that I can use either LLONG_MAX or LONG_LONG_MAX in Wine. Does anyone know of anything special I have to define so that these are defined? I have tried __USE_ISOC99, but no joy. Rob
"Robert Shearman" <R.J.Shearman(a)warwick.ac.uk> writes:
I'm trying to use the default limits.h installed on my Debian Woody system, so that I can use either LLONG_MAX or LONG_LONG_MAX in Wine. Does anyone know of anything special I have to define so that these are defined? I have tried __USE_ISOC99, but no joy.
If you have to do some special magic to get them, it's a clear sign that these symbols are not portable and should not be used. -- Alexandre Julliard julliard(a)winehq.com
participants (2)
-
Alexandre Julliard -
Robert Shearman