www.pudn.com > PopFaxPrinter_src_v2.01.zip > precomp.h


//     
// 
//  PURPOSE:    Header files that should be in the precompiled header. 
 
// 
//  PLATFORMS: 
// 
//    Windows XP, Windows Server 2003, Windows codenamed Longhorn 
// 
// 
 
#ifndef _PRECOMP_H 
#define _PRECOMP_H 
 
 
// Required header files that shouldn't change often. 
 
 
#include  
#include  
#include  
#include  
#include  
#include  
#include  
#include  
#include  
#ifdef __cplusplus 
extern "C"  
{ 
#endif // cplusplus 
    #include  
#ifdef __cplusplus 
} 
#endif // cplusplus 
#include  
#include  
#include  
#include  
#include  
 
#define COUNTOF(p)  (sizeof(p)/sizeof(*(p))) 
 
 
#endif