comparison loader/ext.c @ 15166:f5537cc95b02

Mark modified imported files as such to comply with GPL ¡ø2a.
author diego
date Fri, 15 Apr 2005 20:17:14 +0000
parents 374178b2a49a
children 0783dd397f74
comparison
equal deleted inserted replaced
15165:775330fe3889 15166:f5537cc95b02
3 * 3 *
4 * Stub functions for Wine module 4 * Stub functions for Wine module
5 * 5 *
6 * 6 *
7 ********************************************************/ 7 ********************************************************/
8
9 /*
10 * Modified for use with MPlayer, detailed CVS changelog at
11 * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
12 * $Id$
13 */
14
8 #include "config.h" 15 #include "config.h"
9 #include <stdio.h> 16 #include <stdio.h>
10 #include <stdlib.h> 17 #include <stdlib.h>
11 #ifdef HAVE_MALLOC_H 18 #ifdef HAVE_MALLOC_H
12 #include <malloc.h> 19 #include <malloc.h>