Signed-off-by: falkTX <falktx@falktx.com>tags/v1.0.0
@@ -8,7 +8,7 @@ You can, for example, use with FLStudio under GNU/Linux systems (together with J | |||||
 |  | ||||
For best results with Debian-based distributions, | For best results with Debian-based distributions, | ||||
enable the [KXStudio repositories](https://kx,studio/Repositories) and install WineASIO from there. | |||||
enable the [KXStudio repositories](https://kx.studio/Repositories) and install WineASIO from there. | |||||
### INSTALLATION | ### INSTALLATION | ||||
@@ -43,7 +43,7 @@ | |||||
#include "objbase.h" | #include "objbase.h" | ||||
#include "mmsystem.h" | #include "mmsystem.h" | ||||
#include "winreg.h" | #include "winreg.h" | ||||
#ifndef WINE_NO_UNICODE | |||||
#ifdef WINE_WITH_UNICODE | |||||
#include "wine/unicode.h" | #include "wine/unicode.h" | ||||
#endif | #endif | ||||
@@ -1434,7 +1434,7 @@ static int srate_callback(jack_nframes_t nframes, void *arg) | |||||
* Support functions | * Support functions | ||||
*/ | */ | ||||
#ifdef WINE_NO_UNICODE | |||||
#ifndef WINE_WITH_UNICODE | |||||
/* Funtion required as unicode.h no longer in WINE */ | /* Funtion required as unicode.h no longer in WINE */ | ||||
static WCHAR *strrchrW(const WCHAR* str, WCHAR ch) | static WCHAR *strrchrW(const WCHAR* str, WCHAR ch) | ||||
{ | { | ||||