X-Git-Url: http://git.sourceforge.jp/view?p=nkf%2Fnkf.git;a=blobdiff_plain;f=nkf32dll.c;h=f78b65881a34f0c733c7f222ac30129221a5cb42;hp=d78bcf9caf19876c5935e1b9f3465325375d8316;hb=98df4ad0574bd25eba31f618aa4c8861953f872b;hpb=001c7a2b972e87e9cd10f438c845a93001b631b2 diff --git a/nkf32dll.c b/nkf32dll.c index d78bcf9..f78b658 100644 --- a/nkf32dll.c +++ b/nkf32dll.c @@ -756,7 +756,7 @@ BOOL WINAPI GetNkfSupportFunctions(void *outStr,DWORD nBufferLength /*in Bytes*/ { *lpBytesReturned = sizeof NkfSupportFunctions; if ( outStr == NULL || nBufferLength == 0 ) return FALSE; - NkfSupportFunctions.copyrightA = CopyRight; + NkfSupportFunctions.copyrightA = COPY_RIGHT; memcpy(outStr,&NkfSupportFunctions,sizeof NkfSupportFunctions > nBufferLength ? nBufferLength : sizeof NkfSupportFunctions); return TRUE; }