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.

29 lines
656 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: globals.cpp
  4. //
  5. // Contents: Global variables.
  6. //
  7. //----------------------------------------------------------------------------
  8. #include "private.h"
  9. #include "globals.h"
  10. #include "template.h"
  11. TOUNICODEEX g_pfnToUnicodeEx = NULL;
  12. CProcessIMM* g_ProcessIMM;
  13. UINT WM_MSIME_SERVICE;
  14. UINT WM_MSIME_UIREADY;
  15. UINT WM_MSIME_RECONVERTREQUEST;
  16. UINT WM_MSIME_RECONVERT;
  17. UINT WM_MSIME_DOCUMENTFEED;
  18. UINT WM_MSIME_QUERYPOSITION;
  19. UINT WM_MSIME_MODEBIAS;
  20. UINT WM_MSIME_SHOWIMEPAD;
  21. UINT WM_MSIME_MOUSE;
  22. UINT WM_MSIME_KEYMAP;