首页 \ 问答 \ 我无法构建需要WOW64 Api的库(I can't build a library that needs WOW64 Api)

我无法构建需要WOW64 Api的库(I can't build a library that needs WOW64 Api)

当我尝试使用函数Wow64DisableWow64FsRedirection(...)编译器说'未声明的标识符...'时,我正在修复32位应用程序的Windows Vista 64位的错误。

我包含Windows.h头文件并将_WIN32_WINNT设置为0x0501。

有任何想法吗?

谢谢。

编辑:我们正在使用MS Visual Studio 2003


I'm fixing a bug with Windows Vista 64 bits of a 32bit application, when I try to use the function Wow64DisableWow64FsRedirection(...) the compiler says 'undeclared identifier...'.

I'm including the Windows.h header file and set _WIN32_WINNT to 0x0501.

Any ideas?

Thanks.

EDIT: We're using MS Visual Studio 2003


原文:https://stackoverflow.com/questions/897809
更新时间:2023-10-31 13:10

相关问答

更多
  • 由于.heading是一个的类,你应该切换其父的所有下一个兄弟,如下所示: $('.heading').click(function() { $(this).parent().nextAll().toggle(); }); $('.heading').click(function() { $(this).parent().nextAll().toggle(); });