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.

23 lines
606 B

  1. ; module-definition file for generic
  2. NAME GENERIC ; application's module name
  3. EXETYPE WINDOWS ; required for all Windows applications
  4. PROTMODE
  5. ;CODE can be moved in memory and discarded/reloaded
  6. CODE PRELOAD MOVEABLE DISCARDABLE
  7. ;DATA must be MULTIPLE if program can be invoked more than once
  8. DATA PRELOAD MOVEABLE MULTIPLE
  9. HEAPSIZE 1024
  10. STACKSIZE 5120 ; recommended minimum for Windows applications
  11. ; All functions that will be called by any Windows routine
  12. ; MUST be exported.
  13. EXPORTS
  14. ScreenSaverProc
  15. ScreenSaverConfigureDialog