From 8fbdc0ebe389952950800e32e32230ac0b1b8ac8 Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Wed, 19 Dec 2007 03:24:15 +0000 Subject: [PATCH] * use constant COPY_RIGHT. --- nkf32dll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0