Forward MUIM_Notify, MUIM_KillNotify and MUIM_KillNotifyObj from a listview
[AROS.git] / arch / all-mingw32 / bootstrap / unicode.h
blobe0584ef5b2008e90b182ff33abe0a3c3ac69425a
1 #ifdef _UNICODE
3 LPTSTR StrConvert(const char *src);
4 #define StrFree(s) free(s);
6 #else
8 #define StrConvert(s) s
9 #define StrFree(s)
11 #endif