|
The rest are OK.
The problem is that API_ROUTINE macro for Mac is defined in a way that only single lexem may be opresent before it, i.e. typedef char* pchar; pchar API_ROUTINE bla-la-la.... is OK, but char* API_ROUTINE bla-la-la.... gives a warning and doesn not export symbol. Looking better I've found that both 2.1 and trunk already had fixes for it. Now I change name of typedef to better one from trunk and close an issue. Backported solution from trunk
|
||||||||||||||||||||||||||||||||||||||||||||||||
BLOB_close
BLOB_display
BLOB_dump
BLOB_edit
BLOB_get
BLOB_load
BLOB_put
BLOB_text_dump
BLOB_text_load
They were always public in Windows.