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.

21 lines
240 B

  1. //
  2. // imeutil.h
  3. //
  4. #ifndef IMEUTIL_H
  5. #define IMEUTIL_H
  6. #include <windows.h>
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. DWORD HexStrToDWORD(TCHAR *pStr);
  11. #ifdef __cplusplus
  12. } // extern "C"
  13. #endif
  14. #endif // IMEUTIL_H