We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e322f24 commit e52b0bdCopy full SHA for e52b0bd
1 file changed
src/trusted/fault_injection/fault_injection.c
@@ -66,6 +66,8 @@
66
*/
67
# define NACL_HAS_STRNDUP 0
68
/* 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
71
# define NACL_USE_TLSALLOC 1
72
# include <windows.h>
73
#endif
0 commit comments