summaryrefslogtreecommitdiff
path: root/build/visual-studio/core/core.vcxproj
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-08 10:01:20 -0800
committerGitHub <noreply@github.com>2021-03-08 10:01:20 -0800
commitfc9968dc4fd58fab37476f48e4405c2743c5349c (patch)
tree6119b293a5a5cc24401dde5ff54287beb28fe63b /build/visual-studio/core/core.vcxproj
parent95ca93938f5d45f4eaf340867965bd77a1724d6c (diff)
Refactor window library. (#1739)
* Refactor window library. * Fix project file * Fix warnings.
Diffstat (limited to 'build/visual-studio/core/core.vcxproj')
-rw-r--r--build/visual-studio/core/core.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/visual-studio/core/core.vcxproj b/build/visual-studio/core/core.vcxproj
index 01a7e3eb2..38bcf2ade 100644
--- a/build/visual-studio/core/core.vcxproj
+++ b/build/visual-studio/core/core.vcxproj
@@ -185,6 +185,7 @@
<ClInclude Include="..\..\..\source\core\slang-downstream-compiler.h" />
<ClInclude Include="..\..\..\source\core\slang-exception.h" />
<ClInclude Include="..\..\..\source\core\slang-free-list.h" />
+ <ClInclude Include="..\..\..\source\core\slang-func-ptr.h" />
<ClInclude Include="..\..\..\source\core\slang-gcc-compiler-util.h" />
<ClInclude Include="..\..\..\source\core\slang-hash.h" />
<ClInclude Include="..\..\..\source\core\slang-hex-dump-util.h" />