another warning.

This commit is contained in:
Geoff Thorpe 2000-05-29 04:20:52 +00:00
parent 4dbe060f2c
commit 8c343cf861

View file

@ -211,7 +211,7 @@ static int win32_bind(DSO *dso, const char *symname, void **symptr)
return(1);
}
static int win32_ctrl(DSO *dso, int cmd, long larg, void *parg)
static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg)
{
if(dso == NULL)
{