On Sunday 18 January 2004 18:02, Francois Gouget wrote: > What about MinGW? It sounds like this test does not compile there > either...
Well, it compiles and links, but doesn't link at run-time because MinGW's import lib exports these symbols by name, not ordinal-only. I submitted a patch to correct this to MinGW but they wouldn't accept it because of some documented-by-Microsoft-only policy. -Hans