comparison vidix/dhahelperwin/dhahelper.c @ 26726:a1c020529cc0

Use standard license header with standard formatting.
author diego
date Tue, 13 May 2008 08:36:44 +0000
parents 173d35b7aca3
children 2391228b7ff0
comparison
equal deleted inserted replaced
26725:0bea158396bc 26726:a1c020529cc0
1 /****************************************************************************** 1 /*
2 * dhahelper.c: direct hardware access under Windows NT/2000/XP 2 * direct hardware access under Windows NT/2000/XP
3 *
3 * Copyright (c) 2004 Sascha Sommer <saschasommer@freenet.de>. 4 * Copyright (c) 2004 Sascha Sommer <saschasommer@freenet.de>.
4 * Patched to compile with MinGW by Kevin Kofler: 5 * Patched to compile with MinGW by Kevin Kofler:
5 * Copyright (c) 2007 Kevin Kofler 6 * Copyright (c) 2007 Kevin Kofler
6 * 7 *
7 * This file is part of MPlayer. 8 * This file is part of MPlayer.
14 * MPlayer is distributed in the hope that it will be useful, 15 * MPlayer is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details. 18 * GNU General Public License for more details.
18 * 19 *
19 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License along
20 * along with MPlayer; if not, write to the Free Software 21 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 * 23 */
23 *****************************************************************************/
24 24
25 25
26 #if defined(_MSC_VER) 26 #if defined(_MSC_VER)
27 #include <ntddk.h> 27 #include <ntddk.h>
28 #ifndef STDCALL 28 #ifndef STDCALL