Ticket #26773: GPSMap60CSx+SummitHC.LinuxPPC.diff
File GPSMap60CSx+SummitHC.LinuxPPC.diff, 966 bytes (added by mklein-de (Michael Klein), 13 years ago) |
---|
-
src/GPSMap60CSx/CDevice.cpp
33 33 using namespace Garmin; 34 34 using namespace std; 35 35 36 #if defined(HAVE_BIGENDIAN) ||!defined(CAN_UNALIGNED)36 #if !defined(CAN_UNALIGNED) 37 37 # define DBG_SHOW_WAYPOINT 38 38 # define UNTESTED throw exce_t(errSync, "This function has not yet been tested on your platform.") 39 39 #else -
src/GPSMap60CSx/loader.cpp
235 235 // GPSMap60CSx::device->devid = 0x0694; 236 236 GPSMap60CSx::device->screenwidth = 176; 237 237 GPSMap60CSx::device->screenheight = 220; 238 GPSMap60CSx::device->screenhflip = true; 238 239 239 240 return GPSMap60CSx::device; 240 241 }