MinGW64 no longer prefixes symbols with underscores by default

This commit is contained in:
DRC
2011-03-22 09:19:29 +00:00
parent bcfb6ed138
commit 51a4282abc
2 changed files with 8 additions and 2 deletions

View File

@@ -48,9 +48,7 @@
;
%define SEG_TEXT .text align=16 public use64 class=CODE
%define SEG_CONST .rdata align=16 public use64 class=CONST
%ifdef MSVC
%define EXTN(name) name ; foo() -> foo
%endif
%elifdef OBJ32 ; ----(nasm -fobj -DOBJ32 ...)----------
; * Borland C++ (Win32)