File: boost-w32.patch

package info (click to toggle)
pgrouting 2.3.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,624 kB
  • ctags: 3,244
  • sloc: cpp: 86,010; sql: 30,138; ansic: 9,711; python: 3,105; perl: 1,307; sh: 957; xml: 182; makefile: 126
file content (18 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a.boost_1_46_1/libs/thread/src/win32/tss_pe.cpp	2013-03-28 11:24:06 -0400
+++ b.boost_1_46_1/libs/thread/src/win32/tss_pe.cpp	2013-03-28 11:24:45 -0400
@@ -58,6 +58,7 @@
     PIMAGE_TLS_CALLBACK __crt_xl_start__ __attribute__ ((section(".CRT$XLA"))) = 0;
     PIMAGE_TLS_CALLBACK __crt_xl_end__ __attribute__ ((section(".CRT$XLZ"))) = 0;
 }
+#if 0
 extern "C" const IMAGE_TLS_DIRECTORY32 _tls_used __attribute__ ((section(".rdata$T"))) =
 {
         (DWORD) &__tls_start__,
@@ -68,6 +69,7 @@
         (DWORD) 0
 };
 #endif
+#endif
 
 
 #elif  defined(_MSC_VER) && !defined(UNDER_CE)