I'm trying to compile a C++ program and I'm getting the error:
implicit declaration of function 'int CancelIo(...)'
if it will help it's a program for using USB.
If anyone has any ideas that would be great. Thanks.
implicit declaration of function 'int CancelIo(...)'
if it will help it's a program for using USB.
If anyone has any ideas that would be great. Thanks.
Comment