www.pudn.com > 大量windows shell编程例子.zip > FileInfo.h
/***************************************************************** * * Project.....: File Information * Application.: FILEINFO.exe * Module......: FILEINFO.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: FileInfo.h */