summaryrefslogtreecommitdiffstats
path: root/loader/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/driver.c')
-rw-r--r--loader/driver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/driver.c b/loader/driver.c
index d682bd295c..bc5143d73a 100644
--- a/loader/driver.c
+++ b/loader/driver.c
@@ -13,8 +13,8 @@
#include <wine/vfw.h>
#include <registry.h>
-//#include "com.h"
-//typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
+#include "com.h"
+typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
#ifdef __FreeBSD__
@@ -118,7 +118,7 @@ void DrvClose(HDRVR hdrvr)
}
-char* def_path=WIN32_PATH; // path to codecs
+extern char* def_path; //=WIN32_PATH; // path to codecs
char* win32_codec_name=NULL; // must be set before calling DrvOpen() !!!
HDRVR
@@ -155,7 +155,7 @@ DrvOpen(LPARAM lParam2)
if (!(npDriver->DriverProc = (DRIVERPROC)
GetProcAddress(npDriver->hDriverModule, "DriverProc"))) {
-#if 1
+#if 0
printf("Library %s is not a VfW/ACM valid codec\n", win32_codec_name);
#else
// Try DirectShow...