mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 23:39:14 +00:00
Replace OpenSSL with PolarSSL
Works on windows, not yet cmake.
This commit is contained in:
parent
3f46f26c49
commit
fede38985e
397 changed files with 71420 additions and 33049 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue