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:
C/C++ Source or Header  |  2004-07-13  |  269 b   |  10 lines

  1.  
  2. #pragma once
  3.  
  4. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  5. // Windows Header Files:
  6. #include <windows.h>
  7. #include <tchar.h>
  8.  
  9. // prototypes are exports since this is the host dll and not a client
  10. #define PEC2CODEC_HOST_EXPORTS