www.pudn.com > 大量windows shell编程例子.zip > FileMap.h


/***************************************************************** 
* 
*  Project.....:  File Mapping Objects 
*  Application.:  FILEMAP.exe 
*  Module......:  FILEMAP.h 
*  Description.:  Application main header 
*  Compiler....:  MS Visual C++  
*  Written by..:  D. Esposito 
*  Environment.:  Windows 9x/NT 
* 
*******************************/ 
 
// Prevent multiple inclusions 
#define WIN32_LEAN_AND_MEAN 
#define STRICT 
 
#ifndef _APP_DEFS_ 
#define _APP_DEFS_ 
 
/*---------------------------------------------------------------*/ 
//                        INCLUDE section 
/*---------------------------------------------------------------*/ 
#include  
#include  
#include "SPBUtils.h"  
 
#endif   // _APP_DEFS_ 
 
 
/*  End of file: FileMap.h  */