From: root@jacob.remcomp.fr (root)
Subject: winspool.lib
7 Apr 1997 21:14:56 -0700
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <m0wEOOk-000AK1C.cygnus.gnu-win32@jacob.remcomp.fr>
Original-To: gnu-win32@cygnus.com
Content-Type: text
Original-Sender: owner-gnu-win32@cygnus.com

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