- Fix warnings
Modified: trunk/reactos/lib/comdlg32/cdlg32.c
_____
Modified: trunk/reactos/lib/comdlg32/cdlg32.c
--- trunk/reactos/lib/comdlg32/cdlg32.c 2005-07-27 01:59:41 UTC (rev
16784)
+++ trunk/reactos/lib/comdlg32/cdlg32.c 2005-07-27 02:01:02 UTC (rev
16785)
@@ -67,7 +67,7 @@
#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; \
}
Show replies by date