(svn r1618) () -> (void)

This commit is contained in:
tron
2005-01-23 16:33:09 +00:00
parent 1a92141896
commit 88c10e02ff
2 changed files with 7 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ static const char ole_files[] =
static ProcPtrs _proc;
static bool LoadOleDLL()
static bool LoadOleDLL(void)
{
if (_proc.CoCreateInstance != NULL)
return true;