From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 617 invoked by alias); 19 Mar 2009 17:50:11 -0000 Received: (qmail 504 invoked by uid 48); 19 Mar 2009 17:49:52 -0000 Date: Thu, 19 Mar 2009 17:50:00 -0000 Message-ID: <20090319174952.503.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39063] libgcc2.c:mprotect() for mingw, incompatible pointer type warning In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sezeroz at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg01409.txt.bz2 ------- 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