Skip to content

Commit 54e3a29

Browse files
committed
Use same parameter type as in header file.
1 parent fa31e34 commit 54e3a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemoryModule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ HMEMORYMODULE MemoryLoadLibraryEx(const void *data,
439439
return NULL;
440440
}
441441

442-
FARPROC MemoryGetProcAddress(HMEMORYMODULE module, const char *name)
442+
FARPROC MemoryGetProcAddress(HMEMORYMODULE module, LPCSTR name)
443443
{
444444
unsigned char *codeBase = ((PMEMORYMODULE)module)->codeBase;
445445
int idx=-1;

0 commit comments

Comments
 (0)