set eol-style on all files

This commit is contained in:
Joachim Bauch
2010-10-23 22:29:04 +00:00
parent 85f8632489
commit 1f8eb009e5
9 changed files with 1467 additions and 1467 deletions
+10 -10
View File
@@ -1,11 +1,11 @@
extern "C" {
#ifdef SAMPLEDLL_EXPORTS
#define SAMPLEDLL_API __declspec(dllexport)
#else
#define SAMPLEDLL_API __declspec(dllimport)
#endif
SAMPLEDLL_API int addNumbers(int a, int b);
extern "C" {
#ifdef SAMPLEDLL_EXPORTS
#define SAMPLEDLL_API __declspec(dllexport)
#else
#define SAMPLEDLL_API __declspec(dllimport)
#endif
SAMPLEDLL_API int addNumbers(int a, int b);
}