pdf-devel
[Top][All Lists]
Advanced

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

[pdf-devel] add #ifdef __cplusplus support in pdf.h


From: the Adib
Subject: [pdf-devel] add #ifdef __cplusplus support in pdf.h
Date: Sun, 5 Apr 2009 19:04:52 +0200

I tried to use the lib in a c++ project but failed because of missing
#ifdef __cplusplus in the header file pdf.h.

Pls add
#ifdef __cplusplus
extern "C" {
#endif

and

#ifdef __cplusplus
}
#endif

to the headers.

I did my own but creating a patch (bzr diff -r ancestor:) fails as
pdf.h is autocreated and not under version control.

Thx,

Adib.




reply via email to

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