Changeset 4632


Ignore:
Timestamp:
Nov 19, 2000, 2:12:09 PM (25 years ago)
Author:
sandervl
Message:

compile fixes

Location:
trunk
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/msacm.h

    r1604 r4632  
    1 /* $Id: msacm.h,v 1.2 1999-11-05 09:14:59 sandervl Exp $ */
     1/* $Id: msacm.h,v 1.3 2000-11-19 13:09:14 sandervl Exp $ */
    22/*
    33 *      msacm.h   -       Declarations for MSACM
     
    88
    99#include "windef.h"
    10 #include "driver.h"
     10////#include "driver.h"
    1111#include "mmsystem.h"
    1212#include "mmreg.h"
  • trunk/include/win/vfw.h

    r4608 r4632  
    6161        DWORD           handler;        /* 0C: */
    6262        HDRVR           hdrv;           /* 10: */
     63#ifdef __WIN32OS2__
     64        DWORD           privatevfw;     /* 14:(handled by SendDriverMessage)*/
     65#else
    6366        DWORD           private;        /* 14:(handled by SendDriverMessage)*/
     67#endif
    6468        FARPROC         driverproc;     /* 18:(handled by SendDriverMessage)*/
    6569        DWORD           x1;             /* 1c: name? */
  • trunk/src/avifil32/avifile.cpp

    r2398 r4632  
    1 /* $Id: avifile.cpp,v 1.6 2000-01-10 23:27:12 sandervl Exp $ */
     1/* $Id: avifile.cpp,v 1.7 2000-11-19 13:12:09 sandervl Exp $ */
    22/*                                 
    33 * Copyright 1999 Marcus Meissner
     
    1515#include "vfw.h"
    1616#include "wine/winestring.h"
    17 #include "driver.h"
     17////#include "driver.h"
    1818#include "mmsystem.h"
    1919#include "winerror.h"
  • trunk/src/msacm32/driver.cpp

    r3925 r4632  
    1 /* $Id: driver.cpp,v 1.3 2000-08-02 15:49:31 bird Exp $ */
     1/* $Id: driver.cpp,v 1.4 2000-11-19 13:08:41 sandervl Exp $ */
    22/*
    33 *      MSACM32 library
     
    1313#include "winuser.h"
    1414#include "debugtools.h"
    15 #include "driver.h"
     15////#include "driver.h"
    1616#include "heapstring.h"
    1717#include "mmsystem.h"
  • trunk/src/msacm32/internal.cpp

    r3925 r4632  
    1 /* $Id: internal.cpp,v 1.5 2000-08-02 15:49:32 bird Exp $ */
     1/* $Id: internal.cpp,v 1.6 2000-11-19 13:08:42 sandervl Exp $ */
    22/* -*- tab-width: 8; c-basic-offset: 4 -*- */
    33
     
    1515#include "winuser.h"
    1616#include "winerror.h"
    17 #include "driver.h"
     17////#include "driver.h"
    1818#include "heapstring.h"
    1919#include "mmsystem.h"
Note: See TracChangeset for help on using the changeset viewer.