mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
- Fix warnings
svn path=/trunk/; revision=16785
This commit is contained in:
parent
65282e530e
commit
97ff2de432
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static const char * GPA_string = "Failed to get entry point %s for hinst = 0x%08
|
|||
#define GPA(dest, hinst, name) \
|
||||
if(!(dest = (void*)GetProcAddress(hinst,name)))\
|
||||
{ \
|
||||
ERR(GPA_string, debugstr_a(name), hinst); \
|
||||
ERR((LPSTR)GPA_string, debugstr_a(name), hinst); \
|
||||
return FALSE; \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue