DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / lib / sdl2 / jedi.inc
index 0f7cbac5008a845c2f4bac6794845e3d60d2e3ff..034429f4ab4c68a47bac6ee67c36af87431726ab 100644 (file)
@@ -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,
     {$DEFINE DELPHI32}
   {$ELSE}
     {$IFDEF 64Bit}
-         {$DEFINE DELPHI64}
-       {$ELSE}
-         {$DEFINE DELPHI16}
-       {$ENDIF}
+    {$DEFINE DELPHI64}
+  {$ELSE}
+    {$DEFINE DELPHI16}
+  {$ENDIF}
   {$ENDIF}
   //{$ALIGN ON}
 {$ENDIF Delphi}