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

Unified Diff: nspr/pr/include/md/_win95.cfg

Issue 68173008: Update to NSPR 4.10.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Update README.chromium Created 7 years, 1 month 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 | « nspr/pr/include/md/_win95.h ('k') | nspr/pr/include/prbit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nspr/pr/include/md/_win95.cfg
===================================================================
--- nspr/pr/include/md/_win95.cfg (revision 233722)
+++ nspr/pr/include/md/_win95.cfg (working copy)
@@ -14,15 +14,9 @@
#define WIN32
#endif
-#ifdef _WIN32_WCE
-#ifndef WINCE
-#define WINCE
-#endif
-#else
#ifndef WIN95
#define WIN95
#endif
-#endif
#define PR_AF_INET6 23 /* same as AF_INET6 */
@@ -214,7 +208,7 @@
#define PR_ALIGN_OF_FLOAT 4
#define PR_ALIGN_OF_WORD 4
#define PR_ALIGN_OF_DWORD 8
-#define PR_ALIGN_OF_DOUBLE 4
+#define PR_ALIGN_OF_DOUBLE 8
#define PR_ALIGN_OF_POINTER 4
#define PR_BYTES_PER_WORD_LOG2 2
« no previous file with comments | « nspr/pr/include/md/_win95.h ('k') | nspr/pr/include/prbit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698