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.

29 lines
368 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. server.h
  5. Abstract:
  6. Header file for Spooler server
  7. Author:
  8. Dave Snipp (DaveSn) 15-Mar-1991
  9. Revision History:
  10. --*/
  11. #ifndef MODULE
  12. #define MODULE "SPLSRV:"
  13. #define MODULE_DEBUG SplsrvDebug
  14. #endif
  15. #include <splcom.h>
  16. #define offsetof(type, identifier) (DWORD)(&(((type*)0)->identifier))