Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/ossignal.h |
| diff --git a/native_client_sdk/src/libraries/nacl_io/ossignal.h b/native_client_sdk/src/libraries/nacl_io/ossignal.h |
| index 3ce00718e4893b2133a6d12d353bedd3beca1204..5fc10e10106bbfd0c7441803b54b6470e9afda7e 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io/ossignal.h |
| +++ b/native_client_sdk/src/libraries/nacl_io/ossignal.h |
| @@ -5,7 +5,7 @@ |
| #ifndef LIBRARIES_NACL_IO_OSSIGNAL_H_ |
| #define LIBRARIES_NACL_IO_OSSIGNAL_H_ |
| -#ifdef __native_client__ |
| +#ifndef WIN23 |
|
binji
2013/11/15 17:26:23
use #if !defined(WIN32), like the other files
Sam Clegg
2013/11/15 18:13:34
Done.
|
| #include <signal.h> |
| #ifdef __GLIBC__ |
| typedef __sighandler_t sighandler_t; |