mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 00:45:21 -04:00
Avoid double inclusion of hidapi.h
Use the classic #ifndef __HIDAPI_H__ #define __HIDAPI_H__ ... #endif
This commit is contained in:
committed by
Alan Ott
parent
f9c06d35b2
commit
b09db7eb66
@@ -24,6 +24,9 @@
|
||||
* @defgroup API hidapi API
|
||||
*/
|
||||
|
||||
#ifndef __HIDAPI_H__
|
||||
#define __HIDAPI_H__
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
@@ -313,3 +316,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user