mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Move 'win_data_types_cross_platform.h' inclusion outside of non-MSVC scoped if
This commit is contained in:
parent
42c5108635
commit
2db166d98e
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,8 @@
|
|||
#include <array>
|
||||
#include <string_view>
|
||||
|
||||
#include "win_data_types_cross_platform.h"
|
||||
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
|
||||
#include <windows.h>
|
||||
|
@ -34,7 +36,6 @@
|
|||
#else
|
||||
|
||||
#include "winerror_cross_platform.h"
|
||||
#include "win_data_types_cross_platform.h"
|
||||
#include "sal_cross_platform.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue