1 | // Copyright (c) Microsoft. All rights reserved. |
---|---|
2 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
3 | |
4 | extern "C"bool NativeFunc() |
5 | { |
6 | return true; |
7 | } |
8 |
1 | // Copyright (c) Microsoft. All rights reserved. |
---|---|
2 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
3 | |
4 | extern "C"bool NativeFunc() |
5 | { |
6 | return true; |
7 | } |
8 |