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.

61 lines
810 B

  1. /*++
  2. Copyright (c) 1990-1996 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. data.c
  6. Abstract:
  7. Author:
  8. Environment:
  9. Revision History:
  10. --*/
  11. #include "precomp.h"
  12. #define PRINTER_STRINGS
  13. #define PRINTER_OFFSETS
  14. #define JOB_STRINGS
  15. #define JOB_OFFSETS
  16. #define DRIVER_STRINGS
  17. #define DRIVER_OFFSETS
  18. #define ADDJOB_STRINGS
  19. #define ADDJOB_OFFSETS
  20. #define FORM_STRINGS
  21. #define FORM_OFFSETS
  22. #define PORT_STRINGS
  23. #define PORT_OFFSETS
  24. #define PRINTPROCESSOR_STRINGS
  25. #define PRINTPROCESSOR_OFFSETS
  26. #define MONITOR_STRINGS
  27. #define MONITOR_OFFSETS
  28. #define DOCINFO_STRINGS
  29. #define DOCINFO_OFFSETS
  30. #define DATATYPE_OFFSETS
  31. #define DATATYPE_STRINGS
  32. #define PROVIDOR_STRINGS
  33. #define PRINTER_ENUM_VALUES_OFFSETS
  34. #include <data.h>