mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* patch by F@ntomas to amend the incorrect declarations of RILSUPSERVICEDATA and LPRILSUPSERVICEDATA in ril.pp (winceunits package)
git-svn-id: trunk@15835 -
This commit is contained in:
parent
f4586189cc
commit
b050eaf031
@ -5531,8 +5531,8 @@ type
|
||||
dwStatus:DWORD; // @field additional status for message
|
||||
pbData:array[0..0] of byte; // @field message itself
|
||||
end;
|
||||
RILSUPSERVICEDATA = rilmsgstorageinfo_tag;
|
||||
LPRILSUPSERVICEDATA = ^rilmsgstorageinfo_tag;
|
||||
RILSUPSERVICEDATA = rilsupservicedata_tag;
|
||||
LPRILSUPSERVICEDATA = ^rilsupservicedata_tag;
|
||||
//#pragma warning(default : 4200)
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user