Преглед на файлове

* fixed wrong define which caused the unit to be empty

florian преди 22 години
родител
ревизия
ba620e2d1f
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      rtl/win32/messages.pp

+ 5 - 2
rtl/win32/messages.pp

@@ -3,9 +3,12 @@ unit messages;
 
 interface
 
-{$DEFINE ReadInterface}
+  uses
+    windows;
+
+{$DEFINE read_interface}
 {$I messages.inc}
 
 implementation
 
-end.
+end.