I'm a bit amazed that the prototype for VirtualProtect() is known to the compiler but the definition of DWORD is not.. In any case, it should be fixed easily by changing DWORD into unsigned int which is what a DWORD is always defined as. And PR 39063 is still open anyway. -- Ozkan
- Problem when cross-compiling trunk in libgcc2.c Vincent R.
- Re: Problem when cross-compiling trunk in libgcc2.c H.J. Lu
- Re: Problem when cross-compiling trunk in libgcc2.c Ozkan Sezer