Leaked source code of windows server 2003
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.

15 lines
251 B

  1. ;
  2. ; This is in assembly because assembly lets you generate arbitrarily named symbols.
  3. ;
  4. .386p
  5. .model flat
  6. extern _ExitProcess@4:near
  7. public __imp__ExitProcess@4
  8. CONST segment
  9. __imp__ExitProcess@4 dd _ExitProcess@4
  10. CONST ends
  11. end