Skip to content

Commit 60ff9db

Browse files
committed
Try add back #include <verrsrc.h>
1 parent 3dabc1a commit 60ff9db

File tree

1 file changed

+4
-0
lines changed
  • src/coreclr/pal/prebuilt/inc

1 file changed

+4
-0
lines changed

src/coreclr/pal/prebuilt/inc/fxver.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
#ifdef HOST_WINDOWS
5+
#include <verrsrc.h>
6+
#endif
7+
48
#define QUOTE_MACRO_HELPER(x) #x
59
#define QUOTE_MACRO(x) QUOTE_MACRO_HELPER(x)
610

0 commit comments

Comments
 (0)