Commit 9f06165
committed
Fix undefined macro causing build to fail
This file wouldn't build when using Unreal Engine's Android toolchain.
I think the intended behavior was to short-circuit when `_MSC_VER` isn't defined which I've modified to do.1 parent 996376e commit 9f06165
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments