Dmitry Timoshkov wrote:
"Justin Chevrier" jchevrier@nexicom.net wrote:
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
What's the reason to include anything in an empty stub?
+int main(int argc, char *argv[]) +{
- return 0;
+}
Ya, that shouldn't be there. Thanks Dmitry.