mshtml: Get rid of duplicated NS_DLSYM defines.

This commit is contained in:
Jacek Caban 2015-04-17 15:46:35 +02:00 committed by Alexandre Julliard
parent a38699084b
commit a0ec86b7b7
1 changed files with 0 additions and 8 deletions

View File

@ -518,14 +518,6 @@ static BOOL load_xul(const PRUnichar *gre_path)
NS_DLSYM(NS_CStringGetData); NS_DLSYM(NS_CStringGetData);
NS_DLSYM(NS_Alloc); NS_DLSYM(NS_Alloc);
NS_DLSYM(NS_Free); 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_incr);
NS_DLSYM(ccref_decr); NS_DLSYM(ccref_decr);
NS_DLSYM(ccref_init); NS_DLSYM(ccref_init);