浏览代码
* include platform.inc in sysmsg because that unit tests directives that
are set only there (like OS_WINDOWS). Suggestion by Joe Care mantis #29926
git-svn-id: trunk@33383 -
marco
9 年之前
|
@@ -22,6 +22,7 @@
|
|
|
Unit sysmsg;
|
|
|
|
|
|
interface
|
|
|
+{$i platform.inc}
|
|
|
|
|
|
type
|
|
|
TSystemMessage = (
|