From: Sandro Santilli Date: Wed, 25 May 2005 12:01:26 +0000 (+0000) Subject: Stripped out CR chars X-Git-Tag: pgis_1_1_0~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3324a18d275b69728d4e9e1120e8064604fd477;p=postgis Stripped out CR chars git-svn-id: http://svn.osgeo.org/postgis/trunk@1731 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/extras/wkb_reader/wkbtest.h b/extras/wkb_reader/wkbtest.h index c6542ee68..a719b1b4f 100644 --- a/extras/wkb_reader/wkbtest.h +++ b/extras/wkb_reader/wkbtest.h @@ -3,6 +3,7 @@ #include #include #include +#include #include @@ -20,7 +21,7 @@ typedef char bool; void decode_wkb(char *wkb, int *size); - +/* //we need to know the endian of the client machine. This is // taken from postgres's os.h file @@ -48,4 +49,4 @@ void decode_wkb(char *wkb, int *size); #define BYTE_ORDER LITTLE_ENDIAN #endif #endif - +*/