File: gaul.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 (29 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- gaul-devel-0.1849-0/util/gaul/gaul_config.h 2005-04-20 12:09:49 -0400
+++ gaul-devel-0.1849-0a/util/gaul/gaul_config.h        2013-03-11 13:47:33 -040
@@ -53,9 +53,9 @@

 #ifdef WIN32
 #  ifdef BUILDING_DLL
-#    define FUNCPROTO __declspec (dllexport)
+#    define FUNCPROTO
 #  else
-#    define FUNCPROTO __declspec (dllimport)
+#    define FUNCPROTO
 #  endif
 #else
 #  define FUNCPROTO

--- gaul-devel-0.1849-0/util/gaul/gaul_config_win.h	2005-04-14 11:08:56 -0400
+++ gaul-devel-0.1849-0a/util/gaul/gaul_config_win.h	2013-03-11 13:48:12 -0400
@@ -39,9 +39,9 @@
  **********************************************************************/
 
 #ifdef BUILDING_DLL
-#  define FUNCPROTO __declspec (dllexport)
+#  define FUNCPROTO 
 #else
-#  define FUNCPROTO __declspec (dllimport)
+#  define FUNCPROTO 
 #endif
 
 #  if defined __CYGWIN32__ && !defined __CYGWIN__