pdf-devel
[Top][All Lists]
Advanced

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

[pdf-devel] PDF DIR APIS


From: Yang Song
Subject: [pdf-devel] PDF DIR APIS
Date: Mon, 28 Sep 2009 01:51:22 -0700 (PDT)

Hi, 

I was building gnupdf with Cygwin, but found some confused DIR 
definitions(src/base/pdf-fsys-disk.c:432):

/* Host-dependent opendir(), closedir() and friends*/
#ifdef PDF_HOST_WIN32
#define PDF_DIR          _WDIR
#define pdf_dirent_s     _wdirent
#define PDF_OPENDIR(f)   _wopendir((const wchar_t *)f)
#define PDF_READDIR(ds)  _wreaddir((PDF_DIR *)ds)


I don't know where's the definition of _WDIR-like macro/functions in Win32, and 
was unable to pass build on the code.
(I checked out with latest trunk code)


Thanks
-Scord.



      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]