OSDN Git Service

* SetNkfOption(LPCSTR optStr) -> SetNkfOption(LPSTR optStr)
[nkf/nkf.git] / nkf32dll.c
index f5b25be..d78bcf9 100644 (file)
@@ -331,7 +331,7 @@ BOOL WINAPI GetNkfVersionSafeW(LPWSTR verStr,DWORD nBufferLength /*in TCHARs*/,L
 #endif /*UNICODESUPPORT*/
 }
 
 #endif /*UNICODESUPPORT*/
 }
 
-int CALLBACK SetNkfOption(LPCSTR optStr)
+int CALLBACK SetNkfOption(LPSTR optStr)
 {
     LPSTR p;
 
 {
     LPSTR p;