~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to vidix/dhahelperwin/dhahelper.h

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2009-03-23 10:05:45 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090323100545-x8h79obawnnte7kk
Tags: 1.0~rc2+svn20090303-5
debian/control : move docbook-xml,docbook-xsl,xsltproc from 
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
 * dhahelper.c: direct hardware access under Windows NT/2000/XP
3
 
 * Copyright (c) 2004 Sascha Sommer <saschasommer@freenet.de>.
 
1
/*
 
2
 * direct hardware access under Windows NT/2000/XP
 
3
 *
 
4
 * Copyright (c) 2004 Sascha Sommer <saschasommer@freenet.de>
4
5
 *
5
6
 * This file is part of MPlayer.
6
7
 *
14
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
16
 * GNU General Public License for more details.
16
17
 *
17
 
 * You should have received a copy of the GNU General Public License
18
 
 * along with MPlayer; if not, write to the Free Software
19
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
 
 *****************************************************************************/
 
18
 * You should have received a copy of the GNU General Public License along
 
19
 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
 
20
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
21
 */
21
22
 
22
 
#ifndef _DHAHELPER_H
23
 
#define _DHAHELPER_H 1
 
23
#ifndef MPLAYER_DHAHELPER_H
 
24
#define MPLAYER_DHAHELPER_H
24
25
 
25
26
// Define the various device type values.  Note that values used by Microsoft
26
27
// Corporation are in the range 0-32767, and 32768-65535 are reserved for use
68
69
 
69
70
typedef struct dhahelper_t dhahelper_t;
70
71
 
71
 
#endif
 
72
#endif /* MPLAYER_DHAHELPER_H */