Don't redefine __STDC_FORMAT_MACROS if it's already defined. r=mmentovai.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@242 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
bryner 2008-03-04 17:33:25 +00:00
parent c27cf3e395
commit 76ef9deb31

View File

@ -43,7 +43,9 @@
#ifndef _WIN32
#include <sys/types.h>
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif /* __STDC_FORMAT_MACROS */
#include <inttypes.h>
#if defined(__SUNPRO_CC) || (defined(__GNUC__) && defined(__sun__))