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 unneeded #ifndef

Changeset 54835ae7700a

Parent b3917b68910a

by Adrian Buehlmann

Changes to one file · Browse files at 54835ae7700a Showing diff from parent b3917b68910a Diff from another changeset...

 
125
126
127
128
129
130
131
132
133
 
158
159
160
161
162
163
164
 
125
126
127
 
 
 
128
129
130
 
155
156
157
 
158
159
160
@@ -125,9 +125,6 @@
 }     -#ifndef POSTINST - -  // Convert Unicode string to multibyte string  std::string WideToMultibyte(const std::wstring& wide, UINT CodePage)  { @@ -158,7 +155,6 @@
  return wide;  }   -#endif // POSTINST    // Serialize a vector of strings  std::string SerializeStringVector(const std::vector<std::string>& vStrings,