Skip to content

Commit

Permalink
ucrt/wchar
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 21, 2023
1 parent b6521f4 commit 93d2531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hidapi/hidapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#ifndef HIDAPI_H__
#define HIDAPI_H__

#include <wchar.h>
#include <../ucrt/wchar.h>

/* #480: this is to be refactored properly for v1.0 */
#ifdef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion windows/hidapi_winapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extern "C" {
*
* @return Returns size of reconstructed report descriptor if successful, -1 for error.
*/
//int HID_API_EXPORT_CALL hid_winapi_descriptor_reconstruct_pp_data(void *hidp_preparsed_data, unsigned char *buf, size_t buf_size);
int HID_API_EXPORT_CALL hid_winapi_descriptor_reconstruct_pp_data(void *hidp_preparsed_data, unsigned char *buf, size_t buf_size);

#ifdef __cplusplus
}
Expand Down

0 comments on commit 93d2531

Please sign in to comment.