
8 Aug
2005
8 Aug
'05
6:55 a.m.
On 8/6/05, Toby Allsopp
How, it seems wrong to have to specify the A or W version explicitly because there is a #define for it that depends on whther UNICODE is defined. I don't know why that's not being picked up (it's in shldobj.h and I see that that's been specified in CVS, but adding it makes no difference for me.)
When the Haskell code is compiled via gcc then the compiler will automatically select A or W version but the native code generator in GHC doesn't know anything about all these defines in shldobj.h. Cheers, Krasimir