diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 03:01:21 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 03:01:21 +0000 |
commit | 79970a2cfbe87224954b281984e2e67c593ea13c (patch) | |
tree | 19f8825cd7c8182742f1566bfee5ad45af2bcc23 /base | |
parent | c31df6877d7b45075decbe97da47d6c783de62ed (diff) | |
download | chromium_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.h | 8 |
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" |