Files
OrcaSlicer-bambulab/src/avrdude/windows/utf8.h
2019-03-01 13:15:20 +01:00

11 lines
221 B
C

#ifndef SLIC3R_AVRDUDE_UTF8_H
#define SLIC3R_AVRDUDE_UTF8_H
#include <windows.h>
extern char* wstr_to_utf8(LPWSTR wstr, int len);
extern LPWSTR utf8_to_wstr(const char *str, int len);
#endif // SLIC3R_AVRDUDE_UTF8_H