mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-05 05:30:52 +08:00
修复bom头导致的编译问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <atomic>
|
||||
#include <atomic>
|
||||
|
||||
static int test()
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user