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

@ -16,7 +16,7 @@
* responsible for anything with use of the software, you are self responsible.
*****************************************************************************/
#include "RagePhoto.h"
#include "RagePhotoC.h"
#include <stdio.h>
#include <stdlib.h>