Commit 9c34d227 authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE: fix function declaration

parent cd7e38e7
......@@ -2083,7 +2083,7 @@ static int GetiPodID( int64_t *p_ipod_id )
#else /* !defined( UNDER_CE ) */
void *drms_alloc( char *psz_homedir ){ return 0; }
void *drms_alloc( const char *psz_homedir ){ return 0; }
void drms_free( void *a ){}
void drms_decrypt( void *a, uint32_t *b, uint32_t c ){}
int drms_init( void *a, uint32_t b, uint8_t *c, uint32_t d ){ return -1; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment