eqgame.h(15): fatal error C1083: Cannot open include file: 'eqgame-private.h': No such file or directory
Looking in the file eqgame.h shows the following
Code: Select all
#ifdef PRIVATE
#include "eqgame-private.h"
#endif
Thanks
*Update*
Using the handy dandy search tool I found the following post
http://macroquest2.com/phpBB2/viewtopic ... ameprivate
It makes a refference in passing that it is ok to comment the line out, and that it's not needed to make MQ run.
My question then would have to be, what IS or WAS the line for?


