File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 128128{ $IFDEF SDL_VIDEO_DRIVER_COCOA}
129129 __SYSWM_COCOA = record
130130 (* No Cocoa window events yet *)
131- dummy: integer ;
131+ dummy: cint ;
132132 end ;
133133 __WMINFO_COCOA = record
134134 window: NSWindow; { * The Cocoa window *}
138138{ $IFDEF SDL_VIDEO_DRIVER_UIKIT}
139139 __SYSWM_UIKIT = record
140140 (* No UIKit window events yet *)
141- dummy: integer ;
141+ dummy: cint ;
142142 end ;
143143 __WMINFO_UIKIT = record
144144 window: UIWindow; { * The UIKit window *}
179179{ $IFDEF SDL_VIDEO_DRIVER_VIVANTE}
180180 __SYSWM_VIVANTE = record
181181 (* No Vivante window events yet *)
182- dummy: integer ;
182+ dummy: cint ;
183183 end ;
184184 __WMINFO_VIVANTE = record
185185 display: EGLNativeDisplayType;
191191 __SYSWM_OS2 = record
192192 fFrame: Boolean; { **< TRUE if hwnd is a frame window *}
193193 hwnd: HWND; { **< The window receiving the message *}
194- msg: uInt; { **< The message identifier *}
194+ msg: ULONG; { **< The message identifier *}
195195 mp1: MPARAM; { **< The first first message parameter *}
196196 mp2: MPARAM; { **< The second first message parameter *}
197197 end ;
You can’t perform that action at this time.
0 commit comments