Skip to content
Snippets Groups Projects
Commit 2a413e3f authored by rswindell's avatar rswindell
Browse files

Fix bcc32 build error (missing DLLCALL in errormsg definition).

parent ca3f24fe
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ extern "C" BOOL DLLCALL spamlog(scfg_t* cfg, char* prot, char* action ...@@ -110,7 +110,7 @@ extern "C" BOOL DLLCALL spamlog(scfg_t* cfg, char* prot, char* action
return(TRUE); return(TRUE);
} }
extern "C" int errorlog(scfg_t* cfg, const char* text) extern "C" int DLLCALL errorlog(scfg_t* cfg, const char* text)
{ {
FILE* fp; FILE* fp;
char buf[128]; char buf[128];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment