Chromium Code Reviews| Index: runtime/bin/crypto_win.cc |
| =================================================================== |
| --- runtime/bin/crypto_win.cc (revision 18787) |
| +++ runtime/bin/crypto_win.cc (working copy) |
| @@ -2,10 +2,11 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +#define _CRT_RAND_S |
| + |
| #include "platform/globals.h" |
| #if defined(TARGET_OS_WINDOWS) |
| -#define _CRT_RAND_S |
| #include "bin/crypto.h" |