Hi
TableGen/Record.cpp needs an include to DataTypes.h to compile correct on MinGW platform.
Win32/Signals.cpp should test on define __MING instead of __MINGW_H. My fault.
Henrik
diffs.zip (500 Bytes)
Hi
TableGen/Record.cpp needs an include to DataTypes.h to compile correct on MinGW platform.
Win32/Signals.cpp should test on define __MING instead of __MINGW_H. My fault.
Henrik
diffs.zip (500 Bytes)
Thanks, committed.