|
comma is this ,
semi-colon is this ;
which is what it SHOULD have said " Remove the semi-colon in front of ;#define ..... so that it reads #define ......
otherwise with the semi-colon there it causes INNO to skip the line, or any line with a ; in front.
|