- Timestamp:
- Nov 19, 2000, 2:04:28 PM (25 years ago)
- 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 birdExp $ */1 /* $Id: msvfw32.cpp,v 1.6 2000-11-19 13:04:28 sandervl Exp $ */ 2 2 /* 3 3 * Copyright 1998 Marcus Meissner … … 10 10 11 11 #define ICOM_CINTERFACE 1 12 #define strcasecmp strcmp12 ////#define strcasecmp strcmp 13 13 14 14 #include <os2win.h> … … 23 23 #include "wingdi.h" 24 24 #include "vfw.h" 25 #include "driver.h"25 //#include "driver.h" 26 26 // #include "msvfw32.h" 27 27 … … 112 112 return 0; 113 113 } 114 whic = PWINE_HIC(HeapAlloc(GetProcessHeap(),0,sizeof(WINE_HIC)));114 whic = (WINE_HIC *) HeapAlloc(GetProcessHeap(),0,sizeof(WINE_HIC)); 115 115 whic->hdrv = hdrv; 116 116 whic->driverproc= NULL; … … 668 668 LPBITMAPINFO lpbiOut, // compress to this (NULL ==> default) 669 669 LONG lQuality, // quality to use 670 LONG 670 LONG * plSize) // compress to this size (0=whatever) 671 671 { 672 672 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.