From: robertl Date: Fri, 28 Apr 2006 17:03:00 +0000 (+0000) Subject: MSVC tweaks. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2910 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ecfd7bb7d7ae06eadd23550684d401ed6251b3c1;p=gpsbabel.git MSVC tweaks. --- diff --git a/gpsbabel/jeeps/gpsapp.c b/gpsbabel/jeeps/gpsapp.c index 6c37f910c..31e45b0df 100644 --- a/gpsbabel/jeeps/gpsapp.c +++ b/gpsbabel/jeeps/gpsapp.c @@ -3956,7 +3956,6 @@ void GPS_D303b_Get(GPS_PTrack *trk, UC *data) uint32 t; uint32 raw_lat, raw_lon; int lat_undefined, lon_undefined; -int i; p=data; /* Latitude and longitude are sometimes invalid (0x7fffffff or diff --git a/gpsbabel/msvc/config.h b/gpsbabel/msvc/config.h new file mode 100644 index 000000000..f3c71ab51 --- /dev/null +++ b/gpsbabel/msvc/config.h @@ -0,0 +1,3 @@ +#define HAVE_LIBEXPAT 1 +#define __va_copy(ap1, ap2) ((ap1) = (ap2)) +