Selaa lähdekoodia

* missing ^ in pointer declaration.

(cherry picked from commit bf4d68f96d04b6d9a04fabf0c85f17c65da05e0f)
marcoonthegit 1 vuosi sitten
vanhempi
commit
8a072d1a74
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.