Chromium Code Reviews| Index: webrtc/system_wrappers/source/aligned_malloc.cc |
| diff --git a/webrtc/system_wrappers/source/aligned_malloc.cc b/webrtc/system_wrappers/source/aligned_malloc.cc |
| index a654e97e75f9f260aa0f8e0411acda08926a42c9..f700f8b1f19f967b8345b5688e88e50299af1f3d 100644 |
| --- a/webrtc/system_wrappers/source/aligned_malloc.cc |
| +++ b/webrtc/system_wrappers/source/aligned_malloc.cc |
| @@ -13,7 +13,7 @@ |
| #include <memory.h> |
| #include <stdlib.h> |
| -#if _WIN32 |
| +#ifdef _WIN32 |
| #include <windows.h> |
| #else |
| #include <stdint.h> |