I'm trying to compile this .dll and I get two errors on the same line.
Here's the errors:

expected unqualified-id before "if"

and

expected `,' or `;' before "if"

And here is the line with the errors in it:

if(stricmp(lpcLine, "/info") == 0){