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.

39 lines
574 B

  1. /*++
  2. Copyright (c) 2001, Microsoft Corporation
  3. Module Name:
  4. globals.h
  5. Abstract:
  6. This file defines the global data.
  7. Author:
  8. Revision History:
  9. Notes:
  10. --*/
  11. #ifndef _GLOBAL_H_
  12. #define _GLOBAL_H_
  13. #include "ciccs.h"
  14. UINT GetCodePageFromLangId(LCID lcid);
  15. HRESULT GetCompartment(IUnknown *punk, REFGUID rguidComp, ITfCompartment **ppComp);
  16. #if !defined(OLD_AIMM_ENABLED)
  17. BOOL RunningInExcludedModule();
  18. #endif // OLD_AIMM_ENABLED
  19. extern CCicCriticalSectionStatic g_cs;
  20. extern HINSTANCE g_hInst;
  21. #endif // _GLOBAL_H_