hedgewars/SDLh.pas
changeset 15318 360c24fe6071
parent 15316 3e34a014b6e8
child 15340 4e91a7050add
equal deleted inserted replaced
15317:e550096c2322 15318:360c24fe6071
    52 {$ELSE}
    52 {$ELSE}
    53     {$DEFINE cdecl attribute(cdecl)}
    53     {$DEFINE cdecl attribute(cdecl)}
    54     type PByte = ^Byte;
    54     type PByte = ^Byte;
    55     type PInteger = ^Integer;
    55     type PInteger = ^Integer;
    56     type PLongInt = ^LongInt;
    56     type PLongInt = ^LongInt;
    57 {$ENDIF}
       
    58 
       
    59 {$IFDEF WIN32_VCPKG}
       
    60 {$IFDEF DEBUG}
       
    61     {$DEFINE VCPKG_DEBUG}
       
    62 {$ENDIF}
       
    63 {$ENDIF}
    57 {$ENDIF}
    64 
    58 
    65 (*  SDL  *)
    59 (*  SDL  *)
    66 const
    60 const
    67 {$IFDEF WINDOWS}
    61 {$IFDEF WINDOWS}