COLOR_PAIR and PAIR_NUMBER need to be exported, for use with NOMACROS.

To Do: OS/2; other functions.
This commit is contained in:
William McBrine
2006-08-02 19:13:39 +00:00
parent aa529c16df
commit 6baee09a57
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
LIBRARY curses INITINSTANCE BASE=0x01000000
HEAPSIZE 40960
STACKSIZE 10240
EXPORTS COLOR_PAIR
EXPORTS PAIR_NUMBER
EXPORTS addch
EXPORTS addchnstr
EXPORTS addchstr

View File

@@ -1,5 +1,7 @@
LIBRARY curses
EXPORTS
COLOR_PAIR
PAIR_NUMBER
addch
addchnstr
addchstr