Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
6a9e91c2
Commit
6a9e91c2
authored
Oct 26, 2018
by
Chris White
Committed by
Gargaj
Oct 26, 2018
Browse files
Compile DX11 succesfully on mingw32 (#85)
parent
89cd9699
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platform_w32_dx11/Renderer.cpp
View file @
6a9e91c2
...
...
@@ -8,6 +8,10 @@
#include
"../Renderer.h"
#ifndef WM_MOUSEHWHEEL
#define WM_MOUSEHWHEEL (0x020E)
#endif
#define STB_IMAGE_IMPLEMENTATION
#include
<stb_image.h>
#include
"Scintilla.h"
...
...
@@ -1198,4 +1202,4 @@ namespace Renderer
return
true
;
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
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