Src\cppunit\DllMain.cpp doesn't compile on eVC++
Brought to you by:
blep
I tried compiling the code on:
1. WinXP, VC++ 6.0 with native MS STL, on a PC.
2. WinCE, eVC++ 4 with Dinkumware STL
Src\cppunit\DllMain.cpp wouldn't compile due to this
line:
#define BLENDFUNCTION void // for mingw & gcc
I had to comment it out so that the code compiles.
Logged In: YES
user_id=1630243
Looking again at my notes, it seems like the compilation error was only on eVC++ and not
on VC++