Changeset 4632
- Timestamp:
 - Nov 19, 2000, 2:12:09 PM (25 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 1 deleted
 - 5 edited
 
- 
          
  include/win/driver.h (deleted)
 - 
          
  include/win/msacm.h (modified) (2 diffs)
 - 
          
  include/win/vfw.h (modified) (1 diff)
 - 
          
  src/avifil32/avifile.cpp (modified) (2 diffs)
 - 
          
  src/msacm32/driver.cpp (modified) (2 diffs)
 - 
          
  src/msacm32/internal.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/msacm.h
r1604 r4632 1 /* $Id: msacm.h,v 1. 2 1999-11-05 09:14:59sandervl Exp $ */1 /* $Id: msacm.h,v 1.3 2000-11-19 13:09:14 sandervl Exp $ */ 2 2 /* 3 3 * msacm.h - Declarations for MSACM … … 8 8 9 9 #include "windef.h" 10 #include "driver.h"10 ////#include "driver.h" 11 11 #include "mmsystem.h" 12 12 #include "mmreg.h"  - 
      
trunk/include/win/vfw.h
r4608 r4632 61 61 DWORD handler; /* 0C: */ 62 62 HDRVR hdrv; /* 10: */ 63 #ifdef __WIN32OS2__ 64 DWORD privatevfw; /* 14:(handled by SendDriverMessage)*/ 65 #else 63 66 DWORD private; /* 14:(handled by SendDriverMessage)*/ 67 #endif 64 68 FARPROC driverproc; /* 18:(handled by SendDriverMessage)*/ 65 69 DWORD x1; /* 1c: name? */  - 
      
trunk/src/avifil32/avifile.cpp
r2398 r4632 1 /* $Id: avifile.cpp,v 1. 6 2000-01-10 23:27:12sandervl Exp $ */1 /* $Id: avifile.cpp,v 1.7 2000-11-19 13:12:09 sandervl Exp $ */ 2 2 /* 3 3 * Copyright 1999 Marcus Meissner … … 15 15 #include "vfw.h" 16 16 #include "wine/winestring.h" 17 #include "driver.h"17 ////#include "driver.h" 18 18 #include "mmsystem.h" 19 19 #include "winerror.h"  - 
      
trunk/src/msacm32/driver.cpp
r3925 r4632 1 /* $Id: driver.cpp,v 1. 3 2000-08-02 15:49:31 birdExp $ */1 /* $Id: driver.cpp,v 1.4 2000-11-19 13:08:41 sandervl Exp $ */ 2 2 /* 3 3 * MSACM32 library … … 13 13 #include "winuser.h" 14 14 #include "debugtools.h" 15 #include "driver.h"15 ////#include "driver.h" 16 16 #include "heapstring.h" 17 17 #include "mmsystem.h"  - 
      
trunk/src/msacm32/internal.cpp
r3925 r4632 1 /* $Id: internal.cpp,v 1. 5 2000-08-02 15:49:32 birdExp $ */1 /* $Id: internal.cpp,v 1.6 2000-11-19 13:08:42 sandervl Exp $ */ 2 2 /* -*- tab-width: 8; c-basic-offset: 4 -*- */ 3 3 … … 15 15 #include "winuser.h" 16 16 #include "winerror.h" 17 #include "driver.h"17 ////#include "driver.h" 18 18 #include "heapstring.h" 19 19 #include "mmsystem.h"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  