_really_ appreciate the quick, positive feedback from everyone here. Resubmitted.
--Juan
--- Alexandre Julliard julliard@winehq.com wrote:
The implementation should use the same function names as the exported entry points, without the IPHLPAPI_ prefix, exactly the way they are declared in iphlpapi.h. For instance
DWORD __stdcall IPHLPAPI_AddIPAddress(...)
should really be
DWORD WINAPI AddIPAddress(...)
etc.
Also you can't share code by putting source files in misc/. All source files must be local to the dll, and other dlls have to use the exported API exclusively. And please use diff -u to make patches.
-- Alexandre Julliard julliard@winehq.com
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com