X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fjedi.inc;h=034429f4ab4c68a47bac6ee67c36af87431726ab;hb=e2b934c614ee1cc235e632a368576804f8c4f2b4;hp=fcbb84a0214bd4503a0544294a2813465bb4e235;hpb=30bcb89f4decd5b5885ebde1fbb943b6563b1e3e;p=d2df-sdl.git diff --git a/src/lib/sdl2/jedi.inc b/src/lib/sdl2/jedi.inc index fcbb84a..034429f 100644 --- a/src/lib/sdl2/jedi.inc +++ b/src/lib/sdl2/jedi.inc @@ -8,9 +8,9 @@ sdl.inc is based on the files: "begin_code.h", "close_code.h", - "sdl_config.h", - "sdl_config_windows.h", - ... + "sdl_config.h", + "sdl_config_windows.h", + ... it defines some variables for several Pascal-Compilers and OS-versions. It is based on mine updated version of jedi-sdl.inc from the SDL 1.2 Headers, @@ -52,7 +52,7 @@ {$F+,Q-,R-,S-,I-,A+} {$ENDIF} {$ELSE} - {$MODE DELPHI} + {.$MODE DELPHI} //k8: not here {$ENDIF} {$IFDEF LINUX} @@ -419,10 +419,10 @@ {$DEFINE DELPHI32} {$ELSE} {$IFDEF 64Bit} - {$DEFINE DELPHI64} - {$ELSE} - {$DEFINE DELPHI16} - {$ENDIF} + {$DEFINE DELPHI64} + {$ELSE} + {$DEFINE DELPHI16} + {$ENDIF} {$ENDIF} //{$ALIGN ON} {$ENDIF Delphi}