home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
graphics
/
audio
/
lowpass
/
lowpass.rcv
< prev
next >
Wrap
Text File
|
1996-07-16
|
759b
|
21 lines
//************************************************************************
//**
//** THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
//** ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
//** TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR
//** A PARTICULAR PURPOSE.
//**
//** Copyright (C) 1993 - 1996 Microsoft Corporation. All Rights Reserved.
//**
//************************************************************************
#include <winver.h>
#include <verinfo.h>
#define VERSIONNAME "lowpas32.exe\0"
#define VERSIONDESCRIPTION "LowPass Wave Filter\0"
#define VERSIONTYPE VFT_APP
#define VERSIONSUBTYPE VFT2_UNKNOWN
#include <verinfo.ver>