Merge pull request #4032 from bylaws/small

Windows: Fix missing pragma and license text
This commit is contained in:
Ryan Houdek 2024-09-03 13:47:43 -07:00 committed by GitHub
commit e415b9443f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// SPDX-License-Identifier: MIT
#pragma once
namespace FEX::Windows::Logging {
void Init();
} // namespace FEX::Windows::Logging

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
#pragma once
#include <exception>