PDC_DLL_BUILD, not PDCURSES_DLL_BUILD. Reported by Anonymous on SF.net.

This commit is contained in:
William McBrine
2010-08-08 08:54:31 +00:00
parent 3560528d05
commit d266914ecb

View File

@@ -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