This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

winspool.lib


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]