Source code of Windows XP (NT5)
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.

17 lines
411 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. //
  4. // THWBPLAT.H - contain different definition use in Thai Word Break.
  5. //
  6. // History:
  7. // created 3/00 aarayas
  8. //
  9. // �2000 Microsoft Corporation
  10. //----------------------------------------------------------------------------
  11. #ifndef _THWBPLAT_H_
  12. #define _THWBPLAT_H_
  13. #ifdef _OFFICE_
  14. #define DWORD_PTR DWORD
  15. #endif
  16. #endif