C API and .gitattributes improvements
C API: separate C++ and C Header files .gitattributes: use cp1252 as encoding for .rc.in files
This commit is contained in:
parent
57f37bf88a
commit
a5a501f6fe
7 changed files with 232 additions and 188 deletions
|
@ -17,6 +17,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "RagePhoto.h"
|
||||
#ifdef LIBRAGEPHOTO_C_API
|
||||
#include "RagePhotoC.h"
|
||||
#endif
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue