Changeset 4631 for trunk/src


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

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvfw32/msvfw32.cpp

    r3931 r4631  
    1 /* $Id: msvfw32.cpp,v 1.5 2000-08-02 16:27:41 bird Exp $ */
     1/* $Id: msvfw32.cpp,v 1.6 2000-11-19 13:04:28 sandervl Exp $ */
    22/*
    33 * Copyright 1998 Marcus Meissner
     
    1010
    1111#define ICOM_CINTERFACE 1
    12 #define strcasecmp               strcmp
     12////#define strcasecmp               strcmp
    1313
    1414#include <os2win.h>
     
    2323#include "wingdi.h"
    2424#include "vfw.h"
    25 #include "driver.h"
     25//#include "driver.h"
    2626// #include "msvfw32.h"
    2727
     
    112112                    return 0;
    113113        }
    114         whic = PWINE_HIC(HeapAlloc(GetProcessHeap(),0,sizeof(WINE_HIC)));
     114        whic = (WINE_HIC *) HeapAlloc(GetProcessHeap(),0,sizeof(WINE_HIC));
    115115        whic->hdrv      = hdrv;
    116116        whic->driverproc= NULL;
     
    668668        LPBITMAPINFO        lpbiOut,    // compress to this (NULL ==> default)
    669669        LONG                lQuality,   // quality to use
    670         LONG                plSize)     // compress to this size (0=whatever)
     670        LONG  *             plSize)     // compress to this size (0=whatever)
    671671{
    672672#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.