Skip to content

Commit

Permalink
ucrt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Oct 21, 2023
1 parent a81da43 commit 4769fe9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hidtest/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
which use HIDAPI.
********************************************************/

#include <stdio.h>
#include <../ucrt/stdio.h>
#include <wchar.h>
#include <string.h>
#include <stdlib.h>
#include <../ucrt/stdlib.h>

#include <hidapi.h>

Expand Down
2 changes: 1 addition & 1 deletion testgui/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "hidapi.h"
#include "mac_support.h"
#include <string.h>
#include <stdlib.h>
#include <../ucrt/stdlib.h>
#include <limits.h>

#ifdef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(BUILD_SHARED_LIBS)
endif()

add_library(hidapi_winapi
# ${HIDAPI_PUBLIC_HEADERS}
${HIDAPI_PUBLIC_HEADERS}
${SOURCES}
)
target_link_libraries(hidapi_winapi
Expand Down
4 changes: 2 additions & 2 deletions windows/test/hid_report_reconstructor_test.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "../hidapi_descriptor_reconstruct.h"

#include <stddef.h>
#include <stdio.h>
#include <../ucrt/stddef.h>
#include <../ucrt/stdio.h>
#include <string.h>

#if defined(__MINGW32__)
Expand Down

0 comments on commit 4769fe9

Please sign in to comment.