Skip to content

Commit

Permalink
解决[Bug 19](#19), 修复RC无法正常识别header\vcruntime.h问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Dec 16, 2021
1 parent 5c55645 commit fe7d94e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TargetPlatform/10.0.10240.0/header/vcruntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#define _LTL_vccorlib_module_type _LTL_vccorlib_module_type_form_wincorlib
#endif

#include <..\include\vcruntime.h>
#include <..\include\vcruntime.h>
2 changes: 1 addition & 1 deletion TargetPlatform/10.0.19041.0/header/vcruntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#define _LTL_vccorlib_module_type _LTL_vccorlib_module_type_form_wincorlib
#endif

#include <..\include\vcruntime.h>
#include <..\include\vcruntime.h>
2 changes: 1 addition & 1 deletion TargetPlatform/5.1.2600.0/header/vcruntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#define _LTL_vccorlib_module_type _LTL_vccorlib_module_type_form_vccorlib140
#endif

#include <..\include\vcruntime.h>
#include <..\include\vcruntime.h>
2 changes: 1 addition & 1 deletion TargetPlatform/5.2.3790.0/header/vcruntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#define _LTL_vccorlib_module_type _LTL_vccorlib_module_type_form_vccorlib140
#endif

#include <..\include\vcruntime.h>
#include <..\include\vcruntime.h>
2 changes: 1 addition & 1 deletion TargetPlatform/6.0.6000.0/header/vcruntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#define _LTL_vccorlib_module_type _LTL_vccorlib_module_type_form_vccorlib140
#endif

#include <..\include\vcruntime.h>
#include <..\include\vcruntime.h>
2 changes: 1 addition & 1 deletion TargetPlatform/6.2.9200.0/header/vcruntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#define _LTL_vccorlib_module_type _LTL_vccorlib_module_type_form_wincorlib
#endif

#include <..\include\vcruntime.h>
#include <..\include\vcruntime.h>
4 changes: 2 additions & 2 deletions TargetPlatform/header/VC_LTL_Version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


#ifndef __LTL_Version_Include
#define __LTL_Version_Include

Expand All @@ -7,4 +7,4 @@
#define LTLVersion3 1
#define LTLVersion4 4

#endif
#endif

0 comments on commit fe7d94e

Please sign in to comment.