修复bom头导致的编译问题

This commit is contained in:
xia-chu
2025-04-13 19:32:10 +08:00
parent dfca520857
commit 21610f5ddf
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#include <atomic>
#include <atomic>
static int test()
{

View File

@@ -1,5 +1,5 @@
#ifdef APSTUDIO_INVOKED
#error This file is not editable by Visual C++.
#ifdef APSTUDIO_INVOKED
#error "This file is not editable by Visual C++."
#endif //APSTUDIO_INVOKED
#include "winres.h"

View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved.
*
* This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit).