X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fmapi32%2Futil.h;h=20db3d51cecacc5f2661a1f45706fd43c216d2b3;hp=3b1ac28ad0ca45517529610748018863c23d8aa7;hb=64657051c3cb60f1997ffa6c6dfda57adffc7547;hpb=49ab546ac39e559c2b5b544994e527f6c616a346 diff --git a/dll/win32/mapi32/util.h b/dll/win32/mapi32/util.h index 3b1ac28ad0c..20db3d51cec 100644 --- a/dll/win32/mapi32/util.h +++ b/dll/win32/mapi32/util.h @@ -19,12 +19,8 @@ */ #ifndef _MAPI_UTIL_H - #define _MAPI_UTIL_H -#include -//#include - extern void load_mapi_providers(void) DECLSPEC_HIDDEN; extern void unload_mapi_providers(void) DECLSPEC_HIDDEN; @@ -65,4 +61,4 @@ typedef struct MAPI_FUNCTIONS { extern MAPI_FUNCTIONS mapiFunctions DECLSPEC_HIDDEN; extern HINSTANCE hInstMAPI32 DECLSPEC_HIDDEN; -#endif +#endif /* _MAPI_UTIL_H */