Skip to content

Commit

Permalink
More casing fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
a11cf0 committed Nov 12, 2024
1 parent 6784abd commit d9ba382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dep/UIAProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
#include <windows.h>

#include <ole2.h>
#include <UIAutomation.h>
#include <uiautomation.h>

#include "UIAProvider.h"
#include "uiaprovider.h"

Provider::Provider(HWND hwnd) : m_refCount(1), m_controlHWnd(hwnd)
{
Expand Down
4 changes: 2 additions & 2 deletions Dep/UIAProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* PARTICULAR PURPOSE.
*
*************************************************************************************************/
#include <UIAutomation.h>
#include <Uiautomationcore.h>
#include <uiautomation.h>
#include <uiautomationcore.h>
class Provider : public IRawElementProviderSimple,
public IInvokeProvider
{
Expand Down

0 comments on commit d9ba382

Please sign in to comment.