winspool.lib

root root@jacob.remcomp.fr
Mon Apr 7 18:53:00 GMT 1997


Has anybody here done the import lib for winspool.drv?
I have discovered to my dismay, that Microsoft has defined the exports
without the '@' kludge. I.e. the export is named
_EnumPrinterDriversA
but this function is _stdcall, so my compiler (as probably gcc too)
generates a call to a function :
_EnumPrinterDriversA@28

So the import library should do what?
Transform automagically the generated call into a call to a dll
function_EnumPrinterDrivers of course. But this breaks my import
library generator :-(

Has anybody done this here?

Thanks for your help
-- 
Jacob Navia	Logiciels/Informatique
41 rue Maurice Ravel			Tel 01 48.23.51.44
93430 Villetaneuse 			Fax 01 48.23.95.39
France
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list