Add's GSR's INT64_C fix and removes dos line endings...

Kent
This commit is contained in:
Kent Mein 2008-11-03 23:35:41 +00:00
parent ec462b8cea
commit b7fdf2ab50

@ -20,6 +20,11 @@ http://www.gnu.org/copyleft/lesser.txt.
-----------------------------------------------------------------------------
*/
// INT64_C fix for some linux machines (C99ism)
#define __STDC_CONSTANT_MACROS
#include <stdint.h>
#include "MEM_guardedalloc.h"
#include "PIL_time.h"