summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/telnet.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/wintel/telnet.rc')
-rw-r--r--src/windows/wintel/telnet.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/wintel/telnet.rc b/src/windows/wintel/telnet.rc
index cbe082578b..ba00382286 100644
--- a/src/windows/wintel/telnet.rc
+++ b/src/windows/wintel/telnet.rc
@@ -20,7 +20,7 @@ BEGIN
BEGIN
MENUITEM "&Copy Cltr+Ins",IDM_COPY
MENUITEM "&Paste Shift+Ins", IDM_PASTE
- #ifdef _DEBUG
+ #if ! defined(NDEBUG)
MENUITEM "&Debug", IDM_DEBUG
#endif
END