mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix warnings
svn path=/trunk/; revision=16785
This commit is contained in:
@@ -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; \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user