Explorar o código

* fixed wrong define which caused the unit to be empty

florian %!s(int64=22) %!d(string=hai) anos
pai
achega
ba620e2d1f
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  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.