From d266914ecb53d3ca272d665b088bd4ef37b69812 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 8 Aug 2010 08:54:31 +0000 Subject: [PATCH] PDC_DLL_BUILD, not PDCURSES_DLL_BUILD. Reported by Anonymous on SF.net. --- win32/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/README b/win32/README index bfe2ad95..88dd0d75 100644 --- a/win32/README +++ b/win32/README @@ -60,8 +60,8 @@ Building nmake -f vcwin32.mak WIDE=Y DLL=Y When you build the library as a Windows DLL, you must always define - PDCURSES_DLL_BUILD when linking against it. (Or, if you only want to - use the DLL, you could add this definition to your curses.h.) + PDC_DLL_BUILD when linking against it. (Or, if you only want to use + the DLL, you could add this definition to your curses.h.) Distribution Status