Patch from peter int->wint

This commit is contained in:
michael 2002-12-13 08:30:30 +00:00
parent 45ace4f83c
commit 1cab2d8d3d

View File

@ -2204,7 +2204,7 @@ function mmioRead(x1: HMMIO; x2: HPSTR; x3: LONG): LONG; stdcall;
function mmioWrite(x1: HMMIO; x2: pchar; x3: LONG): LONG; stdcall;
external 'winmm.dll' name 'mmioWrite';
function mmioSeek(x1: HMMIO; x2: LONG; x3: int): LONG; stdcall;
function mmioSeek(x1: HMMIO; x2: LONG; x3: WINT): LONG; stdcall;
external 'winmm.dll' name 'mmioSeek';
function mmioGetInfo(x1: HMMIO; x2: LPMMIOINFO; x3: UINT): MMRESULT; stdcall;