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.

25 lines
943 B

  1. // --------------------------------------------------------------------------------
  2. // Dllmain.h
  3. // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  4. // Steven J. Bailey
  5. // --------------------------------------------------------------------------------
  6. #ifndef __DLLMAIN_H
  7. #define __DLLMAIN_H
  8. // --------------------------------------------------------------------------------
  9. // Globals
  10. // --------------------------------------------------------------------------------
  11. extern CRITICAL_SECTION g_csDllMain;
  12. extern LONG g_cRef;
  13. extern LONG g_cLock;
  14. extern HINSTANCE g_hInstImp;
  15. // --------------------------------------------------------------------------------
  16. // Prototypes
  17. // --------------------------------------------------------------------------------
  18. ULONG DllAddRef(void);
  19. ULONG DllRelease(void);
  20. #include "demand.h"
  21. #endif // __DLLMAIN_H