Re: [xml] windows static for dll builds



Rob Richards wrote:
Without having to dive into catalog issue, I guess the prototype could be written something like: int XMLCALL xmlDllMain(unsigned short hinstDLL, unsigned long fdwReason, void *lpvReserved);
...or just leave it without a header and change the WINAPI to XMLCALL
correction - prototype above should have been:
int XMLCALL xmlDllMain(void *hinstDLL, unsigned long fdwReason, void *lpvReserved);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]