NT4/private/crt32/stdio/i386/_initstd.asm

18 lines
327 B
NASM
Raw Normal View History

2001-01-01 00:00:00 +01:00
page ,132
;*******
;
; Alternate form of CINITSTD.ASM
;
; The MIPS C Compiler does not prepend underscores to C
; variables and functions like the I386 C Compiler does.
;
; The EQUate below will yield an object file
; which will be appropriate for MIPS COFF format.
;
;*******
NO_UNDERSCORE equ 1
include i386\cinitstd.asm