mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Replace OpenSSL with PolarSSL
Works on windows, not yet cmake.
This commit is contained in:
2
Externals/libusb/include/libusb.h
vendored
2
Externals/libusb/include/libusb.h
vendored
@ -23,7 +23,9 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* on MS environments, the inline keyword is available in C++ only */
|
||||
#if !defined(inline)
|
||||
#define inline __inline
|
||||
#endif
|
||||
/* ssize_t is also not available (copy/paste from MinGW) */
|
||||
#ifndef _SSIZE_T_DEFINED
|
||||
#define _SSIZE_T_DEFINED
|
||||
|
Reference in New Issue
Block a user