Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(594)

Unified Diff: nss/mozilla/nsprpub/pr/include/md/_win95.h

Issue 593027: Update NSS and NSPR to NSS_3_12_6_BETA1 and NSPR_4_8_4_BETA1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/README.chromium ('k') | nss/mozilla/nsprpub/pr/include/md/_win95.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/mozilla/nsprpub/pr/include/md/_win95.h
===================================================================
--- nss/mozilla/nsprpub/pr/include/md/_win95.h (revision 38521)
+++ nss/mozilla/nsprpub/pr/include/md/_win95.h (working copy)
@@ -52,11 +52,11 @@
#define _PR_SI_SYSNAME "WIN95"
#if defined(_M_IX86) || defined(_X86_)
#define _PR_SI_ARCHITECTURE "x86"
-#elif defined(_AMD64_)
+#elif defined(_M_X64) || defined(_M_AMD64) || defined(_AMD64_)
#define _PR_SI_ARCHITECTURE "x86-64"
-#elif defined(_IA64_)
+#elif defined(_M_IA64) || defined(_IA64_)
#define _PR_SI_ARCHITECTURE "ia64"
-#elif defined(_ARM_)
+#elif defined(_M_ARM) || defined(_ARM_)
#define _PR_SI_ARCHITECTURE "arm"
#else
#error unknown processor architecture
« no previous file with comments | « nss/README.chromium ('k') | nss/mozilla/nsprpub/pr/include/md/_win95.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698