mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-02-02 03:41:01 +00:00
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:
parent
c27cf3e395
commit
76ef9deb31
|
@ -43,7 +43,9 @@
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#ifndef __STDC_FORMAT_MACROS
|
||||||
#define __STDC_FORMAT_MACROS
|
#define __STDC_FORMAT_MACROS
|
||||||
|
#endif /* __STDC_FORMAT_MACROS */
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#if defined(__SUNPRO_CC) || (defined(__GNUC__) && defined(__sun__))
|
#if defined(__SUNPRO_CC) || (defined(__GNUC__) && defined(__sun__))
|
||||||
|
|
Loading…
Reference in a new issue