remove redundant define

This commit is contained in:
Arvid Norberg 2012-08-01 03:04:26 +00:00
parent ee3b006c85
commit c10c5aa369
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef _MSC_VER
#define __STDC_FORMAT_MACROS 1
#define __STDC_LIMIT_MACROS 1
#include <inttypes.h> // for PRId64 et.al.
#endif