win32utf8.h 206 B

12345678910
  1. #if !defined(_win32utf8_H)
  2. # define _win32utf8_H (1)
  3. # if defined(_WIN32)
  4. /*Make a best-effort attempt to support UTF-8 on Windows.*/
  5. void win32_utf8_setup(int *_argc,const char ***_argv);
  6. # endif
  7. #endif