| commit | e68b52819a95ecba36c8693e9c212e132df29f06 | [log] [tgz] |
|---|---|---|
| author | Alexander Riccio <alexander@riccio.com> | Wed Jul 01 01:43:56 2015 -0400 |
| committer | Paul Wankadia <junyer@google.com> | Fri Jul 17 02:45:00 2015 +0000 |
| tree | 048449e950fd9015274fb219ec925950d0d05907 | |
| parent | 65bdcdf40ae683e35d9081ff8050ee308d56158e [diff] |
WIN32 vs _WIN32 compat. fixes
_WIN32` is predefined ("Always defined" per the documentation) whereas `WIN32` isn't - according to the documentation: https://msdn.microsoft.com/en-us/library/b0084kay.aspx
Change-Id: I344a874fb97ddbd2c1d8722878184d63d65fab76
Reviewed-on: https://code-review.googlesource.com/3010
Reviewed-by: Paul Wankadia <junyer@google.com>