File: boost-w32.patch

package info (click to toggle)
pgrouting 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,232 kB
  • ctags: 1,566
  • sloc: cpp: 74,626; ansic: 6,036; sql: 2,889; sh: 635; perl: 523; makefile: 67
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)