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.

22 lines
558 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1997 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: globals.h
  5. //
  6. // PURPOSE: Defines any global constants that are interesting to the
  7. // entire project.
  8. //
  9. #pragma once
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Window Messages
  13. //
  14. extern HINSTANCE g_hLocRes;
  15. extern LONG g_cDllRefCount;
  16. #define WM_CREATEOBJECTS (WM_USER + 1000)