From dbe8b87e9fac8ac993a49a6cde21a3e8fa7ce0a5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 13 Apr 2025 12:14:51 +0300 Subject: fixes crash in 32-bit Pascal plugins --- include/delphi/m_api.pas | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/delphi/m_api.pas') 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; -- cgit v1.2.3