fix: fix Windows build.dart

This commit is contained in:
Nick Fisher
2025-07-17 10:54:00 +08:00
parent e169bf6c41
commit 437e91e7bd
4 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
#pragma once
#ifdef _WIN32
#include "ThermionWin32.h"
#endif
#ifdef __cplusplus
namespace thermion {
extern "C"