www.pudn.com > 大量windows shell编程例子.zip > D_main.h
/***************************************************************** * * Application.: $$ROOT$$.dll * Module......: $$root$$.cpp * Description.: Library header * Compiler....: MS Visual C++ * Written by..: $$AUTHOR$$ * *******************************/ /*---------------------------------------------------------------*/ // INCLUDE section /*---------------------------------------------------------------*/ #define WIN32_LEAN_AND_MEAN #define STRICT #include#include /*---------------------------------------------------------------*/ // INCLUDE section /*---------------------------------------------------------------*/ extern HINSTANCE g_hThisDll; /*---------------------------------------------------------------*/ // PROTOTYPES section /*---------------------------------------------------------------*/ // TODO:: list here all the constants, macros, typedefs, ... // TODO:: list here all the exported functions /* End of file: $$Root$$.h */