source:
AE/RequestHelp/src/mailFromGui.h@
1011
Last change on this file since 1011 was 1005, checked in by , 10 years ago | |
---|---|
File size: 231 bytes |
Rev | Line | |
---|---|---|
[1005] | 1 | #ifndef _MAILFROMGUI_H_ |
2 | #define _MAILFROMGUI_H_ | |
3 | ||
4 | #include <windows.h> | |
5 | #include <stdbool.h> | |
6 | ||
7 | void mailFromGui(HMODULE hInstance, int nCmdShow); | |
8 | ||
9 | extern bool isSendSelected; | |
10 | extern bool isCCSelected; | |
11 | extern char* emailFrom; | |
12 | ||
13 | ||
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.