"Mark G. Adams" mgadams@sympatico.ca writes:
I came across a program which imports a function from winspool.drv via ordinal instead of via name. Now back in February, a patch from Huw Davies was committed which removed all the ordinals from the spec file for winspool (see http://www.winehq.com/hypermail/wine-cvs/2001/02/0016.html). I don't know what the reason was (maybe some were wrong?), so I've attached a patch which re-adds the ordinal for the one function this program requires.
What app is that? None of the winspool.drv I checked have PrinterProperties at ordinal 201, so I don't see how this could work. Or does it just want to have something there? does it work if you put a stub at 201 instead of PrinterProperties?