mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
[INETCOMM]
* Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62044
This commit is contained in:
parent
04fa2dd3ef
commit
25a0f3b584
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifndef _INETCOMM_PRIVATE_H_
|
||||
#define _INETCOMM_PRIVATE_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
@ -99,3 +101,5 @@ HRESULT MimeInternational_Construct(IMimeInternational **internat) DECLSPEC_HIDD
|
|||
HRESULT SMTPTransportCF_Create(REFIID riid, LPVOID *ppv) DECLSPEC_HIDDEN;
|
||||
HRESULT IMAPTransportCF_Create(REFIID riid, LPVOID *ppv) DECLSPEC_HIDDEN;
|
||||
HRESULT POP3TransportCF_Create(REFIID riid, LPVOID *ppv) DECLSPEC_HIDDEN;
|
||||
|
||||
#endif /* _INETCOMM_PRIVATE_H_ */
|
||||
|
|
Loading…
Reference in a new issue