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
386 B

  1. NAME Hearts
  2. DESCRIPTION 'Hearts'
  3. EXETYPE WINDOWS
  4. STUB 'WINSTUB.EXE'
  5. CODE PRELOAD MOVEABLE DISCARDABLE
  6. DATA PRELOAD MOVEABLE MULTIPLE
  7. HEAPSIZE 5120
  8. STACKSIZE 16384
  9. IMPORTS
  10. SHELL.ShellAbout
  11. #ifdef USE_MIRRORING
  12. IMPORTS
  13. SETLAYOUT = GDI.1000
  14. GETLAYOUT = GDI.1001
  15. GetProcessDefaultLayout = USER.1001
  16. MESSAGEBOXEX=USER.930
  17. #endif