Skip to content
Snippets Groups Projects
Commit 0035bfd0 authored by rswindell's avatar rswindell
Browse files

Fixed savemsg() definition to be Borland C++ compatible (needs __stdcall).

parent 639b2456
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,7 @@ bool sbbs_t::postmsg(uint subnum, smbmsg_t *remsg, long wm_mode)
return(true);
}
extern "C" int savemsg(scfg_t* cfg, smb_t* smb, uint subnum, smbmsg_t* msg, char* msgbuf)
extern "C" int DLLCALL savemsg(scfg_t* cfg, smb_t* smb, uint subnum, smbmsg_t* msg, char* msgbuf)
{
char pad=0;
ushort xlat;
......
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