Skip to content
Snippets Groups Projects
Commit 07e44bf3 authored by deuce's avatar deuce
Browse files

Fix long/INT32 incompatability (Borland)

parent 7b870a51
No related branches found
No related tags found
No related merge requests found
......@@ -425,7 +425,7 @@ tIBResult IBGet(tIBInfo * pInfo, char *pBuffer, INT16 nMaxBufferSize) {
return (eNoMoreMessages);
}
tIBResult IBGetLen(tIBInfo * pInfo, long *msgnum, INT16 *nBufferLen) {
tIBResult IBGetLen(tIBInfo * pInfo, INT32 *msgnum, INT16 *nBufferLen) {
tIBResult ToReturn;
glob_t DirEntry;
DWORD lwCurrentMsgNum;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment