diff options
Diffstat (limited to 'makefile.msc')
-rw-r--r-- | makefile.msc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.msc b/makefile.msc index 69f1df3d..298ed421 100644 --- a/makefile.msc +++ b/makefile.msc @@ -1,4 +1,4 @@ -# $LynxId: makefile.msc,v 1.23 2009/11/21 16:33:41 tom Exp $ +# $LynxId: makefile.msc,v 1.24 2011/05/28 13:07:55 tom Exp $ # # Makefile for `Lynx' browser for Microsoft Visual C++ 4.2 or later # @@ -73,7 +73,7 @@ DEFS = $(CS_DEFS) $(SOCK_DEFS) $(SSL_DEFS) $(SCREEN_DEFS) \ /D "DISP_PARTIAL" \ /D "DONT_HAVE_TM_GMTOFF" \ /D "DOSPATH" \ - /D "EXP_ALT_BINDINGS" \ + /D "USE_ALT_BINDINGS" \ /D "EXP_NESTED_TABLES" \ /D "HAVE_KEYPAD" \ /D "LONG_LIST" \ |