Explorar el Código

* fixed wrong define which caused the unit to be empty

florian hace 22 años
padre
commit
ba620e2d1f
Se han modificado 1 ficheros con 5 adiciones y 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.