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.

36 lines
776 B

  1. ;------------------------------------------------------------------------------
  2. ; WINCHAT MODULE DEFINITION FILE (Dos Specific)
  3. ; This is the module-definintion file for Windows 3.x
  4. ;
  5. ;------------------------------------------------------------------------------
  6. NAME WinChat
  7. EXETYPE WINDOWS
  8. PROTMODE
  9. STUB 'WINSTUB.EXE'
  10. CODE MOVEABLE PRELOAD
  11. DATA MOVEABLE MULTIPLE PRELOAD
  12. SEGMENTS
  13. _TEXT MOVEABLE PRELOAD
  14. _INIT MOVEABLE DISCARDABLE PRELOAD
  15. _DLGS MOVEABLE DISCARDABLE PRELOAD
  16. HEAPSIZE 1024
  17. STACKSIZE 8192
  18. EXPORTS
  19. MainWndProc @1 ; name of window processing function
  20. DdeCallback @2
  21. dlgConnectProc @3
  22. dlgPreferencesProc @4
  23. EditProc @5
  24. IMPORTS
  25. SHELL.SHELLABOUT
  26. USER.WNETGETCAPS