Skip to content

Commit

Permalink
WinMergeContextMenu: Fix build error on VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed May 23, 2022
1 parent 3c41c6f commit 4793ca5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ShellExtension/Common/WinMergeContextMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
#include "RegKey.h"
#include "LanguageSelect.h"
#include "../ShellExtension/Resource.h"
#include <Shlwapi.h>
#include <atlbase.h>
#include <shobjidl_core.h>
#include <ShlObj_core.h>
#include <shldisp.h>
#include <ShlGuid.h>
#include <shlobj.h>
#include <exdisp.h>
#include <atlbase.h>
#include <Shlwapi.h>

/// Max. filecount to select
static const int MaxFileCount = 3;
Expand Down

0 comments on commit 4793ca5

Please sign in to comment.