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.
|
|
#if !defined(SERVICES__Globals_h__INCLUDED)
#define SERVICES__Globals_h__INCLUDED
#pragma once
extern HINSTANCE g_hDll; #if USE_DYNAMICTLS
extern DWORD g_tlsThread; // TLS Slot for Thread data
#endif
#if ENABLE_MPH
extern MESSAGEPUMPHOOK g_mphReal; #endif
class GdiCache; class BufferManager; class ComManager; class TicketManager;
inline GdiCache * GetGdiCache(); inline BufferManager * GetBufferManager(); inline ComManager * GetComManager(); DuTicketManager * GetTicketManager();
#include "Globals.inl"
#endif // SERVICES__Globals_h__INCLUDED
|