]> code.delx.au - refind/blobdiff - filesystems/fsw_strfunc.h
Initial steps of purging GPLv2 code from core filesystem functions,
[refind] / filesystems / fsw_strfunc.h
index 61cf25d8732aac2c992055d213554f89ee15b780..8bbbb26ad45bbf79349c1596d69603f9572b9e93 100644 (file)
@@ -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;