mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
f45c8f618ded2d66765449087204430a57d49140
unixen. Apparently, include_next does not count repeated include directories on unixen but does on windows, thus windows users of mingw saw the build of the ip lib break for not having included w32api/include/basetsd.h through the include/basetsd.h. It would include include/basetsd.h again and (since the include guard in that file surrounds the include_next), would do nothing the second time. I guess I'm the only person who got bit by this difference. svn path=/trunk/; revision=11137
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%