diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
commit | 6cd8cc0b3461df48269fac24aad474154fb040b2 (patch) | |
tree | d1d1ee4cd41dcbf6a163d7c0327830d9db9a2d03 /include/win2k.h | |
parent | 2b49f2b34e0e3cbcda608c07e5cb206c9fa01c9a (diff) |
include: tabs over spaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@2317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/win2k.h')
-rw-r--r-- | include/win2k.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/include/win2k.h b/include/win2k.h index f1fe4d629d..8970828c0d 100644 --- a/include/win2k.h +++ b/include/win2k.h @@ -268,10 +268,10 @@ File created by Christian Kästner, and tweaked a bit by Richard Hughes*/ #define ETS_FOCUSED 5
#define ETS_READONLY 6
#define ETS_ASSIST 7
- #ifndef PBT_APMRESUMESUSPEND
- #define PBT_APMSUSPEND 0x0004
- #define PBT_APMRESUMESUSPEND 0x0007
- #endif
+ #ifndef PBT_APMRESUMESUSPEND
+ #define PBT_APMSUSPEND 0x0004
+ #define PBT_APMRESUMESUSPEND 0x0007
+ #endif
#define AW_HOR_POSITIVE 0x00000001
#define AW_VER_NEGATIVE 0x00000008
#define AW_HIDE 0x00010000
@@ -435,12 +435,10 @@ File created by Christian Kästner, and tweaked a bit by Richard Hughes*/ STDMETHOD_(ULONG, Release) (THIS) PURE;
// IDropTargetHelper
- STDMETHOD (DragEnter)(THIS_ HWND hwndTarget, IDataObject* pDataObject,
- POINT* ppt, DWORD dwEffect) PURE;
+ STDMETHOD (DragEnter)(THIS_ HWND hwndTarget, IDataObject* pDataObject, POINT* ppt, DWORD dwEffect) PURE;
STDMETHOD (DragLeave)(THIS) PURE;
STDMETHOD (DragOver)(THIS_ POINT* ppt, DWORD dwEffect) PURE;
- STDMETHOD (Drop)(THIS_ IDataObject* pDataObject, POINT* ppt,
- DWORD dwEffect) PURE;
+ STDMETHOD (Drop)(THIS_ IDataObject* pDataObject, POINT* ppt, DWORD dwEffect) PURE;
STDMETHOD (Show)(THIS_ BOOL fShow) PURE;
};
|