Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: move ResultFromShort macro from stdafx.h into ContextMenu.cpp

Changeset 786cd3407994

Parent 4300700c8fbe

by Adrian Buehlmann

Changes to 2 files · Browse files at 786cd3407994 Showing diff from parent 4300700c8fbe Diff from another changeset...

 
270
271
272
 
 
273
274
275
 
270
271
272
273
274
275
276
277
@@ -270,6 +270,8 @@
 }     +#define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i))) +  // IContextMenu  STDMETHODIMP  CShellExt::QueryContextMenu(
 
19
20
21
22
23
24
25
 
19
20
21
 
22
23
24
@@ -19,7 +19,6 @@
   #define WindowsVersionIsNT4() (0)   -#define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))    #ifdef THG_DEBUG   #include <sstream>