diff loader/driver.c @ 3465:4dad31e655b6

avifile merge. kabi: indent changes really suxxxx
author arpi
date Tue, 11 Dec 2001 22:58:14 +0000
parents 3189c317dfc1
children 174e2a58b4cd
line wrap: on
line diff
--- a/loader/driver.c	Tue Dec 11 21:21:32 2001 +0000
+++ b/loader/driver.c	Tue Dec 11 22:58:14 2001 +0000
@@ -136,7 +136,7 @@
     if (!(npDriver = DrvAlloc(&hDriver, &uDrvResult)))
 	return ((HDRVR) 0);
 
-    if (!(npDriver->hDriverModule = expLoadLibraryA(win32_codec_name))) {
+    if (!(npDriver->hDriverModule = LoadLibraryA(win32_codec_name))) {
      	printf("Can't open library %s\n", win32_codec_name);
         DrvFree(hDriver);
         return ((HDRVR) 0);