@@ -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;
@@ -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;
@@ -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
@@ -248,8 +248,6 @@ type
PPWCHAR = ^PWCHAR;
PPTSTR = ^PTSTR;
- PPChar = ^PChar;
- PPWideChar = ^PWideChar;
PPointer = ^Pointer;
GUID = TGUID;