http://bugs.winehq.org/show_bug.cgi?id=2509
------- Additional Comments From jdaviestx@comcast.net 2004-12-10 09:24 ------- Created an attachment (id=701) --> (http://bugs.winehq.org/attachment.cgi?id=701&action=view) Source for the exe just submitted
If you have access to masm and would like to reproduce this bug in windows (I wouldn't expect you to want to run an untrusted exe under windows), here's the source I used to create this exe. Here is the "build script" I used:
ML.EXE -W0 -Zi -c -Fl -coff readcon.asm LINK.EXE /PDB:NONE readcon.obj kernel32.lib user32.lib \ gdi32.lib /SUBSYSTEM:CONSOLE /DEBUG
And don't laugh at my assembler coding - I'm only at mid-terms in my class ;)