source: trunk/src/msvfw32/msvfw32.h@ 897

Last change on this file since 897 was 814, checked in by sandervl, 26 years ago

Creation

File size: 288 bytes
Line 
1/* $Id: msvfw32.h,v 1.1 1999-09-04 09:08:44 sandervl Exp $ */
2/* Definitions for the MS Video32 DLL (MSVFW32.DLL)
3 *
4 * Copyright 1999 Jens Wiessner
5 */
6
7#ifndef __ODIN_MSVFW32_H
8#define __ODIN_MSVFW32_H
9
10INT WINAPI lstrncmpiA(LPCSTR,LPCSTR,INT);
11
12#endif /* __ODIN_MSVFW32_H */
13
14
Note: See TracBrowser for help on using the repository browser.