Chromium Code Reviews| Index: core/include/fxcrt/fx_system.h |
| diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h |
| index 5ab7f723ad33a4b151c04ac7acb9fc6dc83813f5..d52377060af1d84f40daac38fb7d817ab3dbc323 100644 |
| --- a/core/include/fxcrt/fx_system.h |
| +++ b/core/include/fxcrt/fx_system.h |
| @@ -55,13 +55,13 @@ |
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ |
| #define _CRT_SECURE_NO_WARNINGS |
| -#include <sal.h> |
| #include <windows.h> |
|
dsinclair
2016/02/18 16:22:58
I don't know why the script does this, but it want
Tom Sepez
2016/02/18 19:39:57
Acknowledged.
|
| +#include <sal.h> |
| #endif |
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ |
| -#include <libkern/OSAtomic.h> |
| #include <Carbon/Carbon.h> |
| +#include <libkern/OSAtomic.h> |
| #endif |
| #ifdef __cplusplus |