Skip to content

Commit e52b0bd

Browse files
committed
win32: silence warnings about undefined NACL_USE_TLS and NACL_USE_TSD
1 parent e322f24 commit e52b0bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/trusted/fault_injection/fault_injection.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
*/
6767
# define NACL_HAS_STRNDUP 0
6868
/* could use TLS if not built into a DLL, otherwise must use TLSALLOC */
69+
# define NACL_USE_TLS 0
70+
# define NACL_USE_TSD 0
6971
# define NACL_USE_TLSALLOC 1
7072
# include <windows.h>
7173
#endif

0 commit comments

Comments
 (0)