diff --git a/programs/winemenubuilder/winemenubuilder.c b/programs/winemenubuilder/winemenubuilder.c index b983a8db14d..755e0b25e0f 100644 --- a/programs/winemenubuilder/winemenubuilder.c +++ b/programs/winemenubuilder/winemenubuilder.c @@ -199,6 +199,7 @@ static WCHAR* assoc_query(ASSOCSTR assocStr, LPCWSTR name, LPCWSTR extra); static HRESULT open_icon(LPCWSTR filename, int index, BOOL bWait, IStream **ppStream); /* Utility routines */ +#ifndef __APPLE__ static unsigned short crc16(const char* string) { unsigned short crc = 0; @@ -217,6 +218,7 @@ static unsigned short crc16(const char* string) } return crc; } +#endif static char *strdupA( const char *str ) {