#ifndef _MAILFROMGUI_H_ #define _MAILFROMGUI_H_ #include #include void mailFromGui(HMODULE hInstance, int nCmdShow); extern bool isSendSelected; extern bool isCCSelected; extern char* emailFrom; #endif