Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
327 B

4 years ago
  1. page ,132
  2. ;*******
  3. ;
  4. ; Alternate form of CINITONE.ASM
  5. ;
  6. ; The MIPS C Compiler does not prepend underscores to C
  7. ; variables and functions like the I386 C Compiler does.
  8. ;
  9. ; The EQUate below will yield an object file
  10. ; which will be appropriate for MIPS COFF format.
  11. ;
  12. ;*******
  13. NO_UNDERSCORE equ 1
  14. include i386\cinitone.asm