-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using unknown #pragma for non-MSVC compiler in public header fi…
…les. (#3890) Co-authored-by: Ji WenCong <[email protected]>
- Loading branch information
1 parent
c7f8f49
commit b2e1bd8
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,9 @@ | |
--*/ | ||
|
||
#ifdef _WIN32 | ||
#pragma once | ||
#endif | ||
|
||
#ifndef _MSQUIC_POSIX_ | ||
#define _MSQUIC_POSIX_ | ||
|