Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
hw3d
Commits
e1087340
Commit
e1087340
authored
Feb 15, 2019
by
chili
Browse files
fix windowsthrowmacro header name
parent
e238386c
Changes
2
Show whitespace changes
Inline
Side-by-side
hw3d/hw3d.vcxproj
View file @
e1087340
...
...
@@ -196,7 +196,7 @@
<ClInclude
Include=
"VertexShader.h"
/>
<ClInclude
Include=
"Window.h"
/>
<ClInclude
Include=
"WindowsMessageMap.h"
/>
<ClInclude
Include=
"WindowThrowMacros.h"
/>
<ClInclude
Include=
"Window
s
ThrowMacros.h"
/>
</ItemGroup>
<ItemGroup>
<ResourceCompile
Include=
"hw3d.rc"
/>
...
...
hw3d/hw3d.vcxproj.filters
View file @
e1087340
...
...
@@ -140,9 +140,6 @@
<ClInclude
Include=
"GraphicsThrowMacros.h"
>
<Filter>
Header Files\Macros
</Filter>
</ClInclude>
<ClInclude
Include=
"WindowThrowMacros.h"
>
<Filter>
Header Files\Macros
</Filter>
</ClInclude>
<ClInclude
Include=
"Bindable.h"
>
<Filter>
Header Files\Bindable
</Filter>
</ClInclude>
...
...
@@ -182,6 +179,9 @@
<ClInclude
Include=
"DrawableBase.h"
>
<Filter>
Header Files\Drawable
</Filter>
</ClInclude>
<ClInclude
Include=
"WindowsThrowMacros.h"
>
<Filter>
Header Files\Macros
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile
Include=
"hw3d.rc"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment