Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions library/mapiStubLibrary.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define _WINSOCKAPI_
#include <Windows.h>
#include <windows.h>

#ifdef WIN_NOEXCEPT
#undef WIN_NOEXCEPT
Expand All @@ -17,7 +17,7 @@
#include <MAPIVal.h>
#include <MAPISPI.h>
#include <IMessage.h>
#include <TNEF.h>
#include <tnef.h>

// clang-format off
#pragma warning(disable : 26426) // Warning C26426 Global initializer calls a non-constexpr (i.22)
Expand Down Expand Up @@ -2747,4 +2747,4 @@ DEFINE_STUB_FUNCTION_5(
LPMAPIUID,
ULONG*,
LPENTRYID*,
MAPI_E_CALL_FAILED)
MAPI_E_CALL_FAILED)
2 changes: 1 addition & 1 deletion library/stubutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <algorithm>
#include <iterator>
#include <MAPIX.h>
#include <Msi.h>
#include <msi.h>

// clang-format off
#pragma warning(disable : 26426) // Warning C26426 Global initializer calls a non-constexpr (i.22)
Expand Down
Loading