25 Mar
2008
25 Mar
'08
1:48 p.m.
Dmitry Timoshkov wrote:
"Justin Chevrier" <jchevrier(a)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.