Use same parameter type as in header file.

This commit is contained in:
Joachim Bauch
2013-03-12 01:25:56 +01:00
parent fa31e34ff9
commit 54e3a29836
+1 -1
View File
@@ -439,7 +439,7 @@ error:
return NULL;
}
FARPROC MemoryGetProcAddress(HMEMORYMODULE module, const char *name)
FARPROC MemoryGetProcAddress(HMEMORYMODULE module, LPCSTR name)
{
unsigned char *codeBase = ((PMEMORYMODULE)module)->codeBase;
int idx=-1;