comparison loader/dshow/inputpin.c @ 7386:174e2a58b4cd

avifile sync - 95% cosmetics 5% bug
author arpi
date Fri, 13 Sep 2002 19:43:17 +0000
parents e3bbf44dbab2
children 6454a2ba2e33
comparison
equal deleted inserted replaced
7385:e2fcdd7608b1 7386:174e2a58b4cd
2 #include "wine/winerror.h" 2 #include "wine/winerror.h"
3 #include <string.h> 3 #include <string.h>
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <stdlib.h> 5 #include <stdlib.h>
6 6
7 static int unimplemented(const char* s, void* p) 7 static inline int unimplemented(const char* s, void* p)
8 { 8 {
9 Debug printf("%s(%p) called (UNIMPLEMENTED)", s, p); 9 Debug printf("%s(%p) called (UNIMPLEMENTED)", s, p);
10 return E_NOTIMPL; 10 return E_NOTIMPL;
11 } 11 }
12 12