------- Comment #5 from sezeroz at gmail dot com 2009-03-19 17:49 ------- The prototype for VirtualProtect() is known but the definition of DWORD is not?? Hrmph. In any case, it should be fixed easily by changing DWORD into unsigned int which is what a DWORD is always defined as.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39063