25 Mar
2008
25 Mar
'08
9:07 a.m.
"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; +}
-- Dmitry.
25 Mar
25 Mar
1:48 p.m.
New subject: Create stub dosx.exe
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.
6478
Age (days ago)
6478
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Justin Chevrier