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 wx.. typedefs and macros from stdafx.h

Changeset b10f25102201

Parent 51bee82d4b6f

by Adrian Buehlmann

Changes to one file · Browse files at b10f25102201 Showing diff from parent 51bee82d4b6f Diff from another changeset...

 
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
18
19
20
 
 
 
 
 
 
 
 
21
22
23
@@ -18,14 +18,6 @@
   #define ASSERT assert   -typedef std::string wxString; -typedef char wxChar; -#ifdef UNICODE -#define wxT(x) L ## x -#else // !Unicode -#define wxT(x) x -#endif -  #define WindowsVersionIsNT4() (0)    #define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))