[Bug target/39063] libgcc2.c:mprotect() for mingw, incompatible pointer type warning

sezeroz at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Mar 19 17:50:00 GMT 2009



------- 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



More information about the Gcc-bugs mailing list