Ver Fonte

* missing ^ in pointer declaration.

(cherry picked from commit bf4d68f96d04b6d9a04fabf0c85f17c65da05e0f)
marcoonthegit há 1 ano atrás
pai
commit
8a072d1a74
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -1125,7 +1125,7 @@ Const
        end;
      _M128A = M128A;
      TM128A = M128A;
-     PM128A = TM128A;
+     PM128A = ^TM128A;
 
 //
 // Format of data for 32-bit fxsave/fxrstor instructions.