Browse Source

* patch by F@ntomas to amend the incorrect declarations of RILSUPSERVICEDATA and LPRILSUPSERVICEDATA in ril.pp (winceunits package)

git-svn-id: trunk@15835 -
florian 15 years ago
parent
commit
b050eaf031
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/winceunits/src/ril.pp

+ 2 - 2
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)
 
 // -----------------------------------------------------------------------------