Comment 4 for bug 669908

Revision history for this message
monday2000 (monday2000) wrote :

Sorry, I am under Windows. Never dealt with Linux. Here is the manual description:

1. cuneiform-linux-1.0.0\cuneiform_src\Kern\cline\sources\src\cpp\clinefunc.cpp line 97

was:

Bool CopyData(const void* from, void* to, int size) {

is now:

Bool32 CopyData(const void* from, void* to, int size) {

2. cuneiform-linux-1.0.0\cuneiform_src\Kern\hhh\puma.h line 238

was:

DEC_FUN(Bool, PUMA_Done,())

is now:

DEC_FUN(Bool32, PUMA_Done,())