diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-22 10:59:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-22 10:59:32 +0200 |
| commit | 2dc7be505a2b7bc803d3a3b2d6311d4a435a4234 (patch) | |
| tree | b6f641e4d2bf66cb25e0dcacda6571537aa4f2c7 /thirdparty/assimp/code | |
| parent | 41d3f4787e24dbea3d46d881f80fa406bb05de27 (diff) | |
| parent | b7e737639f23e04ed81987a2d9d73feef14d4977 (diff) | |
Merge pull request #29098 from akien-mga/lf-utf8
Update gitattributes to enforce LF, fix UTF-8 misencoding of thirdparty files
Diffstat (limited to 'thirdparty/assimp/code')
| -rw-r--r-- | thirdparty/assimp/code/res/resource.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/thirdparty/assimp/code/res/resource.h b/thirdparty/assimp/code/res/resource.h deleted file mode 100644 index 37d39284fe..0000000000 --- a/thirdparty/assimp/code/res/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by assimp.rc - -// Nächste Standardwerte für neue Objekte -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif |