Re: [xml] windows static for dll builds
- From: Rob Richards <rrichards ctindustries net>
- To: Rob Richards <rrichards ctindustries net>
- Cc: xml gnome org, Igor Zlatkovic <igor zlatkovic com>
- Subject: Re: [xml] windows static for dll builds
- Date: Tue, 22 Aug 2006 18:06:43 -0400
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]