ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
AE
/
RequestHelp
/
src
/
mailFromGui.h
Revision:
1005
Committed:
Sat Jun 14 23:10:57 2014 UTC
(11 years, 3 months ago) by
alloc
Content type:
text/x-chdr
File size:
231 byte(s)
Log Message:
RequestHelp initial commit
File Contents
#
Content
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