mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 14:22:43 -07:00
11 lines
221 B
C
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
|