0

当我尝试编译具有 winusb.h 头文件的(在 windows xp 上,使用 Visual c++ 6.0)ac(不是 C++)程序时,我遇到了 c++ 注释(__in)的问题,例如:

__in  HANDLE DeviceHandle,

我需要什么才能在c中编译它?

提前非常感谢!

4

1 回答 1

2

忽略它(以及类似的注释):

#define __in 
#define __out
#define __in_opt
于 2012-08-21T13:42:06.480 回答