source:
AE/RequestHelp/src/mailFromGui.h@
1202
| Last change on this file since 1202 was 1005, checked in by , 11 years ago | |
|---|---|
| File size: 231 bytes | |
| Line | |
|---|---|
| 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.
