This is a patch for Wpp, which fixes includes paths parsing on Windows platforms. Indeed when compiling wpp and widl on Windows (used on the ReactOS project), the '_Windows' define is not declared and instead, the defines '_WINDOWS' or 'WIN32' are instead declared. When compiling on Windows, we now use the right include separator ';' instead of ':' (which is a valid path character in the Windows world, as the separator between the drive letter and the rest of the path).<br><br>Tested (compiled) on Windows Server 2003 and ReactOS with GCC 4.7.2.<br><br>Regards,<br>Hermes Belusca-Maito   <br><br><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre style="white-space: pre-wrap; ">---</pre></span> <div><div> libs/wpp/preproc.c      7 ++++++-</div><div> 1 file changed, 6 insertions(+), 1 deletion(-)</div></div><div><br></div></div>