Hi, I'm trying to debug an NDIS IM driver that binds to the AsyncMac
miniport. (I know, I know, MS doesn't support this, etc.) When I compile the
driver in eVC, it links just fine. When I compile it under Platform Builder
4.2, I get a link error - it can't link with the export function
WanMiniportSend that is defined in ndis.h. Can anyone tell me what I have to
do in Platform Builder to link to this function?