[Mplayer-cvslog] CVS: main/loader win32.c,1.5,1.6

GEREOFFY arpi_esp at users.sourceforge.net
Fri Apr 6 18:29:58 CEST 2001


Update of /cvsroot/mplayer/main/loader
In directory usw-pr-cvs1:/tmp/cvs-serv4233

Modified Files:
	win32.c 
Log Message:
added expRegEnumValueA(), fixed expWaitForSingleObject()

Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** win32.c	2001/03/28 21:43:21	1.5
--- win32.c	2001/04/06 16:29:55	1.6
***************
*** 585,589 ****
  {
      mutex_list *ml = (mutex_list *)object;
!     int ret;
      mutex_list* pp=mlist;
  //    dbgprintf("WaitForSingleObject(0x%x, duration %d) =>\n",object, duration);
--- 585,589 ----
  {
      mutex_list *ml = (mutex_list *)object;
!     int ret=0x12345678; // fixed by Zdenek Kabelac
      mutex_list* pp=mlist;
  //    dbgprintf("WaitForSingleObject(0x%x, duration %d) =>\n",object, duration);
***************
*** 2335,2343 ****
  
  
! 
! 
! 
! 
  
  
  
--- 2335,2351 ----
  
  
! /******************************************************************************
!  *           RegEnumValueA   [ADVAPI32.@]
!  */
!  DWORD WINAPI expRegEnumValueA( HKEY hkey, DWORD index, LPSTR value, LPDWORD val_count,
!                              LPDWORD reserved, LPDWORD type, LPBYTE data, LPDWORD count )
! {
!  
!  printf("RegEnumValueA(%x,%ld,%p,%p,%p,%p,%p,%p)\n",
!    hkey, index, value, val_count, reserved, type, data, count );
  
+  return -1;
+ }
+  
  
  
***************
*** 2512,2515 ****
--- 2520,2524 ----
  FF(RegSetValueExA, -1)
  FF(RegCloseKey, -1)
+ //FF(RegEnumValueA, -1)
  };
  struct exports exp_gdi32[]={


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list