summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2011-11-22 14:28:11 +0000
committerJohn van Groningen2011-11-22 14:28:11 +0000
commit59c4487dfaf90b92eb9ea96479b9f4a5c517b912 (patch)
tree1797619d408118bb11e2fa95405af74daaf9c09c /cgiconst.h
parentremove an unused variable (diff)
generate thread safe code on 64 bit windows if THREAD64 is defined
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgiconst.h b/cgiconst.h
index 1a49223..cc166bc 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -80,6 +80,9 @@ enum {
#ifdef G_AI64
,ILOADSQB, IMOVEQB, IFCVT2S
#endif
+#if defined (THREAD64)
+ ,ILDTLSP
+#endif
};
enum {