Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec4a785

Browse files
committed
Adjust Solution.pm to set HAVE_STDINT_H.
We're not testing that anywhere anymore, but for consistency, it should get defined.
1 parent b24e125 commit ec4a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Solution.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ sub GenerateFiles
342342
HAVE_SPINLOCKS => 1,
343343
HAVE_SRANDOM => undef,
344344
HAVE_STDBOOL_H => 1,
345-
HAVE_STDINT_H => undef,
345+
HAVE_STDINT_H => 1,
346346
HAVE_STDLIB_H => 1,
347347
HAVE_STRCHRNUL => undef,
348348
HAVE_STRERROR_R => undef,

0 commit comments

Comments
 (0)