-rw-r--r-- | noncore/apps/zsafe/main.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
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,8 +1,8 @@ /* -** Author: Carsten Schneider <zcarsten@gmx.net> +** Author: Carsten Schneider <CarstenSchneider@t-online.de> ** ** $Id$ ** -** Homepage: http://z-soft.z-portal.info/zsafe/index.html +** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html */ @@ -79,4 +79,8 @@ int main( int argc, char ** argv ) sprintf (buf, "Width: %d Height: %d\n", DeskW, DeskH); qWarning (buf); + +#ifdef JPATCH_HDE + // nothings +#else if (DeskW > 240) { @@ -88,4 +92,6 @@ int main( int argc, char ** argv ) #endif +#endif + ZSafe mw; zs = &mw; |