~ubuntu-branches/ubuntu/saucy/libdvdread/saucy

« back to all changes in this revision

Viewing changes to msvc/config.h

  • Committer: Package Import Robot
  • Author(s): Bryce Harrington
  • Date: 2011-11-28 17:12:51 UTC
  • mfrom: (1.1.4) (3.2.10 sid)
  • Revision ID: package-import@ubuntu.com-20111128171251-fxbi0nd6rrz3lsfb
Tags: 4.2.0-1ubuntu1
* Merge from debian testing.  Remaining changes:
  - Re-add missing install-css.sh. Update the script with patch by Gene Cumm
    for dynamic version calculation.
  - debian/control: add Suggests for install-css.sh on wget, debhelper, etc.
  - debian/rules: install install-css.sh, leave perms executable.
  - 100-quell-vts-tmapt-warning.patch - Don't recommend sending bug
    reports when VTS_TMAPT is missing
  - 102-reorder-linkage.patch - Fix link order for shared library loading.
* Drop 101-fix-msb-unicode.patch; fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.  Generated by hand.  */
2
2
 
 
3
#ifndef LIBDVDREAD_CONFIG_H
 
4
#define LIBDVDREAD_CONFIG_H
 
5
 
3
6
#define HAVE_DLFCN_H 1
4
7
/* #undef HAVE_DVDCSS_DVDCSS_H*/
5
8
/* #undef HAVE_INTTYPES_H */
49
52
typedef unsigned __int64    uint64_t;
50
53
typedef signed __int64      int64_t;
51
54
typedef unsigned int        uintptr_t;
 
55
 
 
56
#endif /* LIBDVDREAD_CONFIG_H */