Fixing long vectors tests to use wide chars for text#8082
Conversation
|
✅ With the latest revision this PR passed the C/C++ code formatter. |
|
@microsoft-github-policy-service agree company=AMD |
|
Hi Brian! We're intentionally moving more towards non-wide strings here. This is likely indicative of you using an extremely old, unsupported, version of TAEF that some older scripts downloaded automatically. See #7888. |
|
Heya! Yep, tried to be fancy and use 'winget', but looks like it's an ancient version that gets installed if you don't specify one: Fun! |
|
Ah, thanks for following up, that's unfortunate! Interestingly, I get different results when I search for WDK: |
|
Oh, that's what I get, too. I just installed the default version without looking at the list. I didn't realize TAEF was required for building the source, thought it was just used for running the tests themselves. |
I'm not sure if this is related to using a newer VC++ compiler (VS 2022 - 14.44.35207), but I got a compile failure locally without this fix. Looking at the other uses of these macros, I believe this the intended usage in any case.