Browse Source

* Remove PChar/PPChar/PPPChar defines, they are in the system unit

Michael VAN CANNEYT 2 years ago
parent
commit
fb73ad3411

+ 0 - 1
packages/libcups/src/cupsdyn.pp

@@ -971,7 +971,6 @@ const
   CUPS_PRINTER_OPTIONS   = $FFFC;	// ~(CLASS | REMOTE | IMPLICIT)
 
 type
-  PPPChar = ^PPChar;
   cups_ptype_t = dword; //See bit flags consts
   TFunctionWithParam1 = function (_para1:Pchar):Pchar;
 

+ 0 - 1
packages/wasmtime/src/wasmtime.pp

@@ -189,7 +189,6 @@ Type
   PPwasm_trap_t= ^Pwasm_trap_t;
   PPwasmtime_module_t = ^Pwasmtime_module_t;
   
-  Ppchar = ^pchar;
   Tcint = cint;
   Tbyte_t = byte;
   Tfloat32_t = single;

+ 0 - 5
packages/winunits-jedi/src/jwawinldap.pas

@@ -99,15 +99,10 @@ type
   PPCharW = ^PWideChar;
   {$NODEFINE PPCharW}
 
-  {$IFNDEF JWA_INCLUDEMODE}
-  PPChar = PPCharA;
-  {$ENDIF JWA_INCLUDEMODE}
-
   PPPCharA = ^PPCharA;
   {$NODEFINE PPPCharA}
   PPPCharW = ^PPCharW;
   {$NODEFINE PPPCharW}
-  PPPChar = PPPCharA;
 
 //
 //  The #define LDAP_UNICODE controls if we map the undecorated calls to

+ 0 - 2
packages/winunits-jedi/src/jwawintype.pas

@@ -248,8 +248,6 @@ type
   PPWCHAR = ^PWCHAR;
 
   PPTSTR = ^PTSTR;
-  PPChar = ^PChar;
-  PPWideChar = ^PWideChar;
   PPointer = ^Pointer;
 
   GUID = TGUID;