Commit a0ec86b7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Get rid of duplicated NS_DLSYM defines.

parent a3869908
......@@ -518,14 +518,6 @@ static BOOL load_xul(const PRUnichar *gre_path)
NS_DLSYM(NS_CStringGetData);
NS_DLSYM(NS_Alloc);
NS_DLSYM(NS_Free);
#undef NS_DLSYM
#define NS_DLSYM(func) \
func = (void *)GetProcAddress(xul_handle, #func); \
if(!func) \
ERR("Could not GetProcAddress(" #func ") failed\n")
NS_DLSYM(ccref_incr);
NS_DLSYM(ccref_decr);
NS_DLSYM(ccref_init);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment