Skip to content

Commit

Permalink
Revert b51bf08
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjustice authored and Craig Wittenberg committed Apr 12, 2018
1 parent 90600b6 commit 8a29c12
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 68 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ artifacts/
*.ilk
*.meta
*.obj
*.o
*.pch
*.pdb
*.pgc
Expand Down
62 changes: 0 additions & 62 deletions src/Makefile.mingw

This file was deleted.

4 changes: 1 addition & 3 deletions src/wfcomman.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
#include <commctrl.h>
#include <ole2.h>

#ifndef HELP_PARTIALKEY
#define HELP_PARTIALKEY 0x0105L // call the search engine in winhelp
#endif

#define VIEW_NOCHANGE VIEW_PLUSES

Expand Down Expand Up @@ -2332,4 +2330,4 @@ VOID
UpdateMoveStatus(DWORD dwEffect)
{
SendMessage(hwndStatus, SB_SETTEXT, 2, (LPARAM)(dwEffect == DROPEFFECT_MOVE ? TEXT("MOVE PENDING") : NULL));
}
}
2 changes: 0 additions & 2 deletions src/wfdrop.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
#include <ole2.h>
#include <shlobj.h>

#ifndef GUID_DEFINED
DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
DEFINE_OLEGUID(IID_IDropSource, 0x00000121, 0, 0);
DEFINE_OLEGUID(IID_IDropTarget, 0x00000122, 0, 0);
#endif

HRESULT CreateDropTarget(HWND hwnd, WF_IDropTarget **ppDropTarget);
void DropData(WF_IDropTarget *This, IDataObject *pDataObject, DWORD dwEffect);
Expand Down

0 comments on commit 8a29c12

Please sign in to comment.