X-Git-Url: https://code.delx.au/refind/blobdiff_plain/463d49c9646ad30a500cc9a6305676b790871945..23bacafa3d234a028a8870a6cf8f1a2af61b1d97:/filesystems/fsw_strfunc.h diff --git a/filesystems/fsw_strfunc.h b/filesystems/fsw_strfunc.h index 61cf25d..8bbbb26 100644 --- a/filesystems/fsw_strfunc.h +++ b/filesystems/fsw_strfunc.h @@ -1,20 +1,3 @@ -/* $Id: fsw_strfunc.h 29125 2010-05-06 09:43:05Z vboxsync $ */ -/** @file - * fsw_strfunc.h - */ - -/* - * Copyright (C) 2010 Oracle Corporation - * - * This file is part of VirtualBox Open Source Edition (OSE), as - * available from http://www.virtualbox.org. This file is free software; - * you can redistribute it and/or modify it under the terms of the GNU - * General Public License (GPL) as published by the Free Software - * Foundation, in version 2 as it comes in the "COPYING" file of the - * VirtualBox OSE distribution. VirtualBox OSE is distributed in the - * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. - */ - /* fsw_strfunc.h generated by mk_fsw_strfunc.py */ static int fsw_streq_ISO88591_UTF8(void *s1data, void *s2data, int len) @@ -43,7 +26,7 @@ static int fsw_streq_ISO88591_UTF8(void *s1data, void *s2data, int len) return 1; } -#ifndef HOST_EFI +#ifdef __MAKEWITH_TIANO static int fsw_streq_ISO88591_UTF16(void *s1data, void *s2data, int len) { int i;