]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/tls.cpp
Implement wxGetHostName() for Windows CE.
[wxWidgets.git] / tests / benchmarks / tls.cpp
index de6a4c2737e3088d974d24f93a7dd17e422f205f..b187566c17d85184b72d7273bb76f012da37bf55 100644 (file)
@@ -176,7 +176,8 @@ BENCHMARK_FUNC(BoostTLS)
 
 BENCHMARK_FUNC(wxTLS)
 {
 
 BENCHMARK_FUNC(wxTLS)
 {
-    static wxTLS_TYPE(int) s_global;
+    static wxTLS_TYPE(int) s_globalVar;
+    #define s_global wxTLS_VALUE(s_globalVar)
 
     for ( int n = 0; n < NUM_ITER; n++ )
     {
 
     for ( int n = 0; n < NUM_ITER; n++ )
     {