mirror of https://github.com/tongzx/nt5src
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
29 lines
368 B
/*++
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
server.h
|
|
|
|
Abstract:
|
|
|
|
Header file for Spooler server
|
|
|
|
Author:
|
|
|
|
Dave Snipp (DaveSn) 15-Mar-1991
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef MODULE
|
|
#define MODULE "SPLSRV:"
|
|
#define MODULE_DEBUG SplsrvDebug
|
|
#endif
|
|
|
|
#include <splcom.h>
|
|
|
|
#define offsetof(type, identifier) (DWORD)(&(((type*)0)->identifier))
|
|
|