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

shellext: remove unused ARRAYSIZE macro

Changeset 142721f4be66

Parent c3a32bcdb12a

by Adrian Buehlmann

Changes to one file · Browse files at 142721f4be66 Showing diff from parent c3a32bcdb12a Diff from another changeset...

 
5
6
7
8
9
10
11
12
13
14
 
5
6
7
 
 
 
 
8
9
10
@@ -5,10 +5,6 @@
 #include <windows.h>  #include <string>   -#ifndef ARRAYSIZE -#define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) -#endif -  extern int LocalToWideChar(LPWSTR pWide, LPTSTR pLocal, DWORD dwChars);  extern int WideCharToLocal(LPTSTR pLocal, LPWSTR pWide, DWORD dwChars);