X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fflexui%2Fsdlcarcass.pas;h=247229b88af696d43b157e587f0cdcf09410604d;hb=ca23794a6f2dc5eb454f65fc53efc265f16de612;hp=4bd2a6b135bb91dbd9c57dea5d86689fa3b83b94;hpb=f4fc3b435118e5d9e4085da37014436d2e063259;p=d2df-sdl.git diff --git a/src/flexui/sdlcarcass.pas b/src/flexui/sdlcarcass.pas index 4bd2a6b..247229b 100644 --- a/src/flexui/sdlcarcass.pas +++ b/src/flexui/sdlcarcass.pas @@ -2,8 +2,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * the Free Software Foundation, version 3 of the License ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -69,16 +68,12 @@ implementation uses SysUtils, Classes, - {$IFDEF USE_NANOGL} - nanoGL, - {$ELSE} - GL, GLExt, - {$ENDIF} + {$INCLUDE ../nogl/noGLuses.inc} {$IF DEFINED(LINUX) OR DEFINED(ANDROID)} unixtype, linux {$ELSEIF DEFINED(WINDOWS)} Windows - {$ELSEIF DEFINED(HAIKU)} + {$ELSEIF DEFINED(HAIKU) OR DEFINED(UNIX)} unixtype {$ELSE} {$WARNING You suck!}