Source code of Windows XP (NT5)
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.

21 lines
620 B

  1. ;-------------------------------------------------------
  2. ;
  3. ; pull in the Windows start up module;
  4. ; pull in the Windows floating-point emulator;
  5. ;
  6. ; 9876h value is so that the symbol defined won't easily match
  7. ; a constant value in the debugger.
  8. ;
  9. public __acrtused
  10. __acrtused = 9876h
  11. extrn __acrtused2:abs ; pull in winstart: ?winstar.obj or ?libstar.obj
  12. public __fptaskdata
  13. __fptaskdata = 9876h ; stub out __fptaskdata so that
  14. ; non-Windows emulator is not brought in
  15. extrn __fpmath:far ; force in Windows-emulator imports definition
  16. extrn __fpsignal:far ; force in Windows version of __fpsignal
  17. end