X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=63316b4190bd697c3f18a5066508f277e6030469;hb=c5e7140bd08b8c8f527713e8dc861bcb7ee5f633;hp=f2bac543d00c82144bca305c4c8a69c0a9a607c2;hpb=1f72f3289ee6be64ec607ea93b4fcfe8b5dff3eb;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index f2bac54..63316b4 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.41 2001/02/04 21:28:19 kevin Exp $ +** $Id: ctsim.h,v 1.42 2001/02/06 06:57:46 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 @@ -248,7 +248,9 @@ enum { MAINMENU_HELP_ABOUT = 600, MAINMENU_HELP_CONTENTS, MAINMENU_HELP_TOPICS, +#if defined(CTSIM_WINHELP) && (defined(DEBUG) || defined(_DEBUG)) MAINMENU_HELP_SECONDARY, +#endif MAINMENU_FILE_CREATE_PHANTOM, MAINMENU_FILE_CREATE_FILTER,