标签: c++ mfc
错误1错误C2668:' IsDebuggerPresent' :模糊调用重载函数
if (ms_IMEHookFunction && !IsDebuggerPresent()) { RegisterHotKey(ms_window, ms_hotKeyId, 0, VK_F5); }
如何解决?