diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 0467934c10..0f34fb4881 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -756,6 +756,7 @@ char *my_strndup(const char *s, size_t size) # define strndup my_strndup #endif +#ifdef CONFIG_WINDOWS_NATIVE /******************************************************************************** * Name: backslash_to_slash * @@ -781,6 +782,7 @@ static void backslash_to_slash(char *str) } } } +#endif /******************************************************************************** * Name: skip