Patch level : 10.0
Files correlati : xvaga.dll Ricompilazione Demo : [ ] Commento : Corretto nome dll di DEBUG git-svn-id: svn://10.65.10.50/trunk@18590 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c38e5ede26
commit
c6877c1c8f
@ -10,7 +10,7 @@
|
||||
| |
|
||||
*---------------------------------------------------------------------------*/
|
||||
|
||||
/* $Id: pdflibdl.c,v 1.5 2009-03-23 08:55:35 guy Exp $
|
||||
/* $Id: pdflibdl.c,v 1.6 2009-03-23 15:12:22 guy Exp $
|
||||
*
|
||||
* C wrapper code for dynamically loading the PDFlib DLL at runtime.
|
||||
*
|
||||
@ -36,7 +36,11 @@
|
||||
#include <winbase.h>
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define PDF_DLLNAME "pdflib.dll"
|
||||
#else
|
||||
#define PDF_DLLNAME "pdflibd.dll"
|
||||
#endif
|
||||
|
||||
static void *
|
||||
pdf_dlopen(const char *filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user