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.

28 lines
639 B

  1. #include <windows.h>
  2. #include <bltrc.h>
  3. #include "dialogs.h"
  4. //
  5. // ListBox Bitmaps
  6. //
  7. IDBM_LB_ZONE_EXPANDED BITMAP zoneex.bmp
  8. IDBM_LB_ZONE_NOT_EXPANDED BITMAP zonenex.bmp
  9. IDBM_LB_PRINTER BITMAP printer.bmp
  10. #include "atalkmon.str"
  11. #include "dialogs.dlg"
  12. #include "config.dlg"
  13. #include "atmonmsg.rc"
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "AppleTalk Print Monitor"
  18. #define VER_INTERNALNAME_STR "sfmmon.dll"
  19. #define VER_ORIGINALFILENAME_STR "sfmmon.dll"
  20. #include "common.ver"
  21. #include "progress.rc"