diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-13 12:14:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-13 12:14:51 +0300 |
commit | dbe8b87e9fac8ac993a49a6cde21a3e8fa7ce0a5 (patch) | |
tree | c006f3ccb5031d88b621c511d28f341e11a2d2fa /include/delphi/m_api.pas | |
parent | de992c8325242666cccc5bb1ea0873c0cccee96a (diff) |
fixes crash in 32-bit Pascal plugins
Diffstat (limited to 'include/delphi/m_api.pas')
-rw-r--r-- | include/delphi/m_api.pas | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index 08142e8cc8..a44181771c 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -19,11 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}
-{$A+,H+}
-{$IFNDEF VER130} // skip for delphi 5
- {$IFDEF WIN32}{$A4}{$ENDIF}
- {$IFDEF WIN64}{$A8}{$ENDIF}
-{$ENDIF}
+{$A+,H+,A8}
{$UNDEF AllowInline}
unit m_api;
|