Explorar o código

* missing ^ in pointer declaration.

(cherry picked from commit bf4d68f96d04b6d9a04fabf0c85f17c65da05e0f)
marcoonthegit hai 1 ano
pai
achega
8a072d1a74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.