mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
For some unknown reason wmc likes to include string.h from the wine folder and we cannot link it on linux hosts. This hack should hopefully resolve the issue.
svn path=/trunk/; revision=38294
This commit is contained in:
@@ -160,4 +160,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <sec_api/string_s.h>
|
||||
|
||||
// HACK
|
||||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#define stricmp _stricmp
|
||||
#define wcsicmp _wcsicmp
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
#ifndef __WINE_STRING_H
|
||||
#define __WINE_STRING_H
|
||||
|
||||
#include_next <string.h>
|
||||
|
||||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#define stricmp _stricmp
|
||||
#define wcsicmp _wcsicmp
|
||||
|
||||
|
||||
#endif /* !__WINE_STRING_H */
|
||||
Reference in New Issue
Block a user