home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
CMCD1004.ISO
/
Software
/
Shareware
/
Utilitare
/
pec
/
pec2setup.exe
/
sdk
/
codec
/
template
/
stdafx.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2004-07-13
|
269 b
|
10 lines
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#include <tchar.h>
// prototypes are exports since this is the host dll and not a client
#define PEC2CODEC_HOST_EXPORTS