Thema: Delphi Jedi SDL.pas Problem

Einzelnen Beitrag anzeigen

Benutzerbild von SnuffMaster23
SnuffMaster23

Registriert seit: 13. Feb 2006
Ort: Kempten
253 Beiträge
 
#10

Re: Jedi SDL.pas Problem

  Alt 26. Jul 2006, 16:48
Macht auch keinen Sinn:
Delphi-Quellcode:
uses
{$IFDEF __GPC__}
  system,
  gpc;
{$ENDIF}

{$IFDEF WIN32}
  {$IFNDEF __GPC__}
  Windows; <--------- Fehler hier!
  {$ENDIF}
{$ENDIF}
"Conspiracy is the poor man's mapping of the world" - Fredric Jameson
  Mit Zitat antworten Zitat