mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 04:54:42 +00:00
hidapi/windows: allow building on Windows, using the SDL C runtime
Signed-off-by: Sam Lantinga <slouken@libsdl.org>
This commit is contained in:
@@ -57,9 +57,11 @@ typedef LONG NTSTATUS;
|
||||
#include "hidapi_hidclass.h"
|
||||
#include "hidapi_hidsdi.h"
|
||||
|
||||
#ifndef HIDAPI_USING_SDL_RUNTIME
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef MIN
|
||||
#undef MIN
|
||||
|
||||
Reference in New Issue
Block a user