summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 03:01:21 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 03:01:21 +0000
commit79970a2cfbe87224954b281984e2e67c593ea13c (patch)
tree19f8825cd7c8182742f1566bfee5ad45af2bcc23 /base
parentc31df6877d7b45075decbe97da47d6c783de62ed (diff)
downloadchromium_src-79970a2cfbe87224954b281984e2e67c593ea13c.zip
chromium_src-79970a2cfbe87224954b281984e2e67c593ea13c.tar.gz
chromium_src-79970a2cfbe87224954b281984e2e67c593ea13c.tar.bz2
Preparing rollback in case things don't work out.
This rolls back 26540, gregoryd's attempt at a nacl landing. BUG=None TEST=None Review URL: http://codereview.chromium.org/213019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/format_macros.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/base/format_macros.h b/base/format_macros.h
index 383579f..4b713ef 100644
--- a/base/format_macros.h
+++ b/base/format_macros.h
@@ -37,17 +37,9 @@
#else // OS_WIN
-#if !defined(PRId64)
#define PRId64 "I64d"
-#endif
-
-#if !defined(PRIu64)
#define PRIu64 "I64u"
-#endif
-
-#if !defined(PRIx64)
#define PRIx64 "I64x"
-#endif
#define WidePRId64 L"I64d"
#define WidePRIu64 L"I64u"