Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: defaults.gypi

Issue 4881243963392000: Fix the platform preprocessor defines (Closed)
Patch Set: Created July 24, 2014, 6:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults.gypi
===================================================================
--- a/defaults.gypi
+++ b/defaults.gypi
@@ -67,10 +67,10 @@
[
'target_arch=="x64"', {
'msvs_configuration_platform': 'x64',
- 'defines': ['WIN64'],
+ 'defines': ['_WIN64'],
}, {
'msvs_configuration_platform': 'Win32',
- 'defines': ['WIN32'],
+ 'defines': ['_WIN32'],
}
],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld