~ubuntu-branches/ubuntu/raring/libdvdread/raring-proposed

« back to all changes in this revision

Viewing changes to msvc/contrib/dlfcn.c

  • Committer: Package Import Robot
  • Author(s): Vibhav Pant
  • Date: 2012-12-15 17:06:42 UTC
  • mfrom: (1.3.2) (3.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20121215170642-q0h4cc4r2mchkgcl
Tags: 4.2.0+20121016-1ubuntu1
* Merge from Debian unstable (LP: #1090692).  Remaining changes:
  - Re-add missing install-css.sh.
  - debian/control: add Suggests for install-css.sh on debhelper,
    fakeroot, and build-essential.
  - debian/rules: install install-css.sh, leave perms executable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <string.h>
10
10
#include <stdio.h>
11
11
 
12
 
#include "dlfcn.h"
13
 
#include "os_types.h"
 
12
#include "../include/dlfcn.h"
 
13
#include "../include/os_types.h"
14
14
 
15
15
void *dlopen(const char *module_name, int mode)
16
16
{