glu32: fix some of -Wmissing-declarations warinings

Vincent Béron vberon at mecano.gme.usherb.ca
Sat Jul 23 11:20:58 CDT 2005


Le sam 23/07/2005 à 12:06, Stefan Huehner a écrit :
[snip]

2 small nits:

> --- /dev/null	2005-03-29 14:09:30.000000000 +0200
> +++ dlls/glu32/glu_local.h	2005-07-23 16:55:03.000000000 +0200
> @@ -0,0 +1,104 @@
> +/*

A line indicating what this file is for, along with a copyright
assignment, would be good.

> + * This library 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.
[snip]

How about a double include protection? (I know there's only one .c file
in which it is included and that it's not likely to change, but I still
recommend using one.)

Vincent





More information about the wine-devel mailing list