Displaying 2 results from an estimated 2 matches for "_winbase_h".
2008 Aug 12
0
[LLVMdev] More llvm-gcc build breakage
...gp.com
-------------- next part --------------
Index: gcc/libgcc2.c
===================================================================
--- gcc/libgcc2.c (revision 54654)
+++ gcc/libgcc2.c (working copy)
@@ -2091,7 +2091,7 @@
#endif
}
-#ifdef __i386__
+#if defined(__i386__) && ! defined(_WINBASE_H)
extern int VirtualProtect (char *, int, int, int *) __attribute__((stdcall));
#endif
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
On Wed, Jul 30, 2008 at 11:32:18AM -0700, Bill Wendling wrote:
> On Jul 30, 2008, at 11:17 AM, Julien Lerouge wrote:
>> ../../../llvm-gcc4.2-src/gcc/libgcc2.c:2095: error: conflicting types
>> for 'VirtualProtect'
>>
>> c:/cygwin/home/jlerouge/buildbot/llvm/lib/../include/winbase.h:1998:
>> error: previous declaration of 'VirtualProtect' was here