Browse Source

* missing ^ in pointer declaration.

marcoonthegit 1 year ago
parent
commit
bf4d68f96d
1 changed files with 1 additions and 1 deletions
  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.