www.pudn.com > 大量windows shell编程例子.zip > SHMove.h
/***************************************************************** * * Project.....: Move/Copy Files * Application.: SHMOVE.exe * Module......: SHMOVE.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: SHMove.h */