Explorar el Código

+ added additional OpaquePointer type for the system unit (mantis #32977).

git-svn-id: trunk@37942 -
maciej-izak hace 7 años
padre
commit
8aaa3c0fd5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/inc/systemh.inc

+ 1 - 0
rtl/inc/systemh.inc

@@ -610,6 +610,7 @@ Type
 { opaque data type and related opaque pointer }
   TOpaqueData = record end;
   POpaqueData = ^TOpaqueData;
+  OpaquePointer = type POpaqueData;
 
 { procedure type }
   TProcedure  = Procedure;