From b050eaf0312d4f935775898cfff09841c44ecd4b Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 17 Aug 2010 19:33:42 +0000 Subject: [PATCH] * patch by F@ntomas to amend the incorrect declarations of RILSUPSERVICEDATA and LPRILSUPSERVICEDATA in ril.pp (winceunits package) git-svn-id: trunk@15835 - --- packages/winceunits/src/ril.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/winceunits/src/ril.pp b/packages/winceunits/src/ril.pp index 1c3a900d8b..274c89a9c0 100644 --- a/packages/winceunits/src/ril.pp +++ b/packages/winceunits/src/ril.pp @@ -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) // -----------------------------------------------------------------------------