diff options
author | John van Groningen | 2011-11-22 14:28:11 +0000 |
---|---|---|
committer | John van Groningen | 2011-11-22 14:28:11 +0000 |
commit | 59c4487dfaf90b92eb9ea96479b9f4a5c517b912 (patch) | |
tree | 1797619d408118bb11e2fa95405af74daaf9c09c /cgiconst.h | |
parent | remove 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ enum { #ifdef G_AI64 ,ILOADSQB, IMOVEQB, IFCVT2S #endif +#if defined (THREAD64) + ,ILDTLSP +#endif }; enum { |