1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
---|---|
2 | // Licensed under the MIT license. |
3 | |
4 | #pragma once |
5 | |
6 | #ifdef _WIN32 |
7 | #include "file_windows.h" |
8 | #else |
9 | #include "file_linux.h" |
10 | #endif |
11 |
1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
---|---|
2 | // Licensed under the MIT license. |
3 | |
4 | #pragma once |
5 | |
6 | #ifdef _WIN32 |
7 | #include "file_windows.h" |
8 | #else |
9 | #include "file_linux.h" |
10 | #endif |
11 |