0

听起来可能很奇怪,但我使用 mingw32 编写 Windows 内核驱动程序。我遇到的问题是没有 RtlStringCchPrintfW
我试图在 mingw 库中搜索但没有运气:

for f in *.a; do nm -o $f; done | grep -w RtlStringCchPrintfW

我发现了几个在 mingw 中使用它的示例(例如在 ReactOS 中),但无法理解它是在哪个库中实现的。任何地方都没有“ntstrsafe”库

4

0 回答 0