diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-24 07:01:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-24 07:01:05 +0000 |
commit | 77e9149fcd326fbb3aec4be4fdf5847a57ab4a28 (patch) | |
tree | 194fcb0fc1acd1ca64524db4b51837466e6b9b57 /plugins/ShellExt/src/shlcom.h | |
parent | 22a7ffc73ec791f682edd2983a8f2279539f68b0 (diff) |
first version that compiles ok
git-svn-id: http://svn.miranda-ng.org/main/trunk@5800 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ShellExt/src/shlcom.h')
-rw-r--r-- | plugins/ShellExt/src/shlcom.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ShellExt/src/shlcom.h b/plugins/ShellExt/src/shlcom.h index 01461acd8d..ab0f337fe7 100644 --- a/plugins/ShellExt/src/shlcom.h +++ b/plugins/ShellExt/src/shlcom.h @@ -114,7 +114,6 @@ struct THeaderIPC /////////////////////////////////////////////////////////////////////////////////////////
-
struct TShlComRec : public IShellExtInit, public IContextMenu3
{
TShlComRec();
@@ -205,4 +204,4 @@ TSlotIPC* ipcAlloc(THeaderIPC *pipch, int nSize); void ipcFixupAddresses(BOOL FromServer, THeaderIPC *pipch);
TGroupNode* AllocGroupNode(TGroupNodeList *list, TGroupNode *Root, int Depth);
-TGroupNode* FindGroupNode(TGroupNode* P, const DWORD Hash, DWORD Depth);
+TGroupNode* FindGroupNode(TGroupNode* p, const DWORD Hash, int Depth);
|