aboutsummaryrefslogtreecommitdiff
path: root/CruUI.vcxproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-25 23:11:06 +0800
committercrupest <crupest@outlook.com>2018-11-25 23:11:06 +0800
commitb88992fd00df7b8c243bc0e7d577ef2aa9437c3f (patch)
treeb67d2be76343d4948b5b7fb57f80ec3d3a379ca7 /CruUI.vcxproj
parent22322daf6f51da53740ff95ef2eaceed9a6efcae (diff)
downloadcru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.tar.gz
cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.tar.bz2
cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.zip
Reorganize headers and add memory leak check.
Diffstat (limited to 'CruUI.vcxproj')
-rw-r--r--CruUI.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI.vcxproj b/CruUI.vcxproj
index c397f1d0..30f39f28 100644
--- a/CruUI.vcxproj
+++ b/CruUI.vcxproj
@@ -159,7 +159,7 @@
<ClInclude Include="src\cru_event.hpp" />
<ClInclude Include="src\cru_debug.hpp" />
<ClInclude Include="src\exception.hpp" />
- <ClInclude Include="src\global_macros.hpp" />
+ <ClInclude Include="src\pre.hpp" />
<ClInclude Include="src\graph\graph.hpp" />
<ClInclude Include="src\system_headers.hpp" />
<ClInclude Include="src\timer.hpp" />