|
|
compile again. (XXX: oemtext)
#include "compiler.h"
#include "oemtext.h"
UINT
oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt)
{
return 0;
}
UINT
oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt)
{
return 0;
}