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:
Syping 2021-11-13 04:41:01 +01:00
parent 57f37bf88a
commit a5a501f6fe
7 changed files with 232 additions and 188 deletions

View file

@ -17,6 +17,10 @@
*****************************************************************************/
#include "RagePhoto.h"
#ifdef LIBRAGEPHOTO_C_API
#include "RagePhotoC.h"
#endif
#include <fstream>
#include <iostream>
#include <iterator>