Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable shellext: remove unused _MBSTR

Changeset cba43c1be6c2

Parent 9cd2c612d391

by Adrian Buehlmann

Changes to one file · Browse files at cba43c1be6c2 Showing diff from parent 9cd2c612d391 Diff from another changeset...

 
6
7
8
9
10
11
12
 
6
7
8
 
9
10
11
@@ -6,7 +6,6 @@
 #include <string>  #include <vector>   -#define _MBSTR(wstr) hf_wctomb((LPSTR)alloca(wcslen(wstr) + 1), (wstr),wcslen(wstr) + 1)  #define _WCSTR(str) hf_mbtowc((LPWSTR)alloca((strlen(str) + 1) * sizeof(WCHAR)),(str),strlen(str) + 1)    LPWSTR hf_mbtowc(LPWSTR lpw, LPCSTR lpa, int nChars);