Subj : CVS commit src/conio/Makefile To : All From : deuce Date : Sat May 07 2005 12:48 pm src/conio Makefile 1.9 1.10 Update of /cvsroot/sbbs/src/conio In directory cvs.synchro.net:/tmp/cvs-serv28647 Modified Files: Makefile Log Message: This should not have WRAPPER_IMPORTS defined afaik. WRAPPER_IMPORTS if I understand correctly (it's a Win32 thing) should be set when the xpdev stuff is being imported from a DLL. So, the xpdev cuntions something with WRAPPER_IMPORTS is linked against should be built with WRAPPER_EXPORTS set. Currently, I don't belive xpdev is EVERY built with WRAPPER_EXPORTS set except when building a DLL... and Synchronet does not use the DLL version of xpdev. This SHOULD fix the build errors for BCC. .