mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user