X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fctsimtext.cpp;h=51f76f3650382f222ad5e8ac194511b80967c311;hb=4412d0e13ea6143a0f402688c2df2f50bd2090ae;hp=76596b6f41c2b1f032b848157b5f7cae8afbf6d1;hpb=c520dfabff204ef486c22fe1e3ff75746af22f39;p=ctsim.git diff --git a/tools/ctsimtext.cpp b/tools/ctsimtext.cpp index 76596b6..51f76f3 100644 --- a/tools/ctsimtext.cpp +++ b/tools/ctsimtext.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsimtext.cpp,v 1.13 2001/01/13 05:06:18 kevin Exp $ +** $Id: ctsimtext.cpp,v 1.14 2001/01/13 05:15:44 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -45,7 +45,7 @@ extern "C" { // If linked to ctsimtext, but executed as another name, eg pjrec, then program will use that // linked name as name of function. -static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.13 2001/01/13 05:06:18 kevin Exp $"; +static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.14 2001/01/13 05:15:44 kevin Exp $"; static const char* const s_szProgramName = "ctsimtext"; static const char* const s_szProgramName2 = "ctsimtext.exe"; @@ -273,11 +273,3 @@ main (int argc, char* argv[]) return (retval); } - -// Hack to fix linking problems when not linking with wxWindows and CTSim GUI routines -#ifdef MSVC -unsigned long -wxDialog::OnCtlColor(unsigned long a,unsigned long b,unsigned int c,unsigned int d,unsigned int e,long f) -{return 0;} -#endif -