patch:add ualapi directory

Henri Verbeet hverbeet at gmail.com
Sun Sep 15 14:13:11 CDT 2013


On 15 September 2013 17:50, matyapiro31 <matyapiro31 at gmail.com> wrote:
> + * wine is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2.1 of the License, or (at your option) any later version.
> + *
> + * wine is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with wine. If not, see <http://www.gnu.org/licenses/>.
> + */
That's not the standard copyright header. I'm not going to argue about
whether it's still valid when you modify it like that, but at the very
least we'd like the copyright headers to be consistent across Wine.

> +static void test_ual( PUAL_DATA_BLOB Data )
> +{
> +
> +}
> +
> +func_ualapi_test (ualapi)
> +{
> + PUAL_DATA_BLOB ualdata;
> + test_ual(ualdata);
> + ok(0,"テストに失敗しました。\n");//第一引数:条件、第二引数:メッセージ
> +}
This looks very incomplete, did you intend to submit this?



More information about the wine-devel mailing list