mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
COLOR_PAIR and PAIR_NUMBER need to be exported, for use with NOMACROS.
To Do: OS/2; other functions.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
LIBRARY curses
|
||||
EXPORTS
|
||||
COLOR_PAIR
|
||||
PAIR_NUMBER
|
||||
addch
|
||||
addchnstr
|
||||
addchstr
|
||||
|
||||
Reference in New Issue
Block a user