From bbe788821dd43351b96c7a8826f1b7d904f33fdb Mon Sep 17 00:00:00 2001 From: zcarsten Date: Thu, 14 Aug 2003 07:19:50 +0000 Subject: changes for japanese C7x0 support --- (limited to 'noncore/apps/zsafe/main.cpp') diff --git a/noncore/apps/zsafe/main.cpp b/noncore/apps/zsafe/main.cpp index e225775..7ff549b 100644 --- a/noncore/apps/zsafe/main.cpp +++ b/noncore/apps/zsafe/main.cpp @@ -1,9 +1,9 @@ /* -** Author: Carsten Schneider +** Author: Carsten Schneider ** ** $Id$ ** -** Homepage: http://z-soft.z-portal.info/zsafe/index.html +** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html */ @@ -78,6 +78,10 @@ int main( int argc, char ** argv ) char buf[128]; sprintf (buf, "Width: %d Height: %d\n", DeskW, DeskH); qWarning (buf); + +#ifdef JPATCH_HDE + // nothings +#else if (DeskW > 240) { DeskW -= 20; @@ -87,6 +91,8 @@ int main( int argc, char ** argv ) } #endif +#endif + ZSafe mw; zs = &mw; -- cgit v0.9.0.2