31 Aug
2009
31 Aug
'09
2:43 p.m.
2009/8/31 Owen Rudge <orudge(a)codeweavers.com>:
+ mapiFunctions.MAPIAddress = (void*) get_mapi_function("MAPIAddress"); That's redundant now. Since you load the pointers all at once, you don't need get_mapi_function() to do the NULL check on the module. You can just enclose the entire block in an if and use GetProcAddress().