Browse Source

Patch from peter int->wint

michael 23 years ago
parent
commit
1cab2d8d3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extra/mmsystem/mmsystem.pp

+ 1 - 1
packages/extra/mmsystem/mmsystem.pp

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