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.

48 lines
920 B

  1. /****************************************************************************
  2. PRECOMP.H
  3. Owner: cslim
  4. Copyright (c) 1997-1999 Microsoft Corporation
  5. Precompiled header
  6. History:
  7. 14-JUL-1999 cslim Copied from IME98 source tree
  8. *****************************************************************************/
  9. #define _IMM_
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #undef _IMM_
  13. #include <commctrl.h>
  14. #include "immdev.h"
  15. #include "immsys.h"
  16. #include <ime.h>
  17. // fTrue and fFalse
  18. #ifndef fTrue
  19. #define fTrue 1
  20. #endif
  21. #ifndef fFalse
  22. #define fFalse 0
  23. #endif
  24. // PRIVATE and PUBLIC
  25. #ifndef PRIVATE
  26. #define PRIVATE static
  27. #endif
  28. #ifndef PUBLIC
  29. #define PUBLIC extern
  30. #endif
  31. #define CP_KOREA (949)
  32. // Project specific headers
  33. #pragma hdrstop
  34. #include "inlines.h"
  35. #include "imedefs.h"
  36. #include "imc.h"
  37. #include "imcsub.h"
  38. #include "gdata.h"
  39. #include "resource.h"