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 ENOMEM from StringUtils.h

Changeset c88431076239

Parent db6ffbe09d07

by Adrian Buehlmann

Changes to one file · Browse files at c88431076239 Showing diff from parent db6ffbe09d07 Diff from another changeset...

 
35
36
37
38
39
40
41
42
43
44
45
46
47
 
35
36
37
 
 
 
 
 
 
 
38
39
40
@@ -35,13 +35,6 @@
 #ifndef _ASSERT   #define _ASSERT assert  #endif - - // This seems needed by Borland and GCC. - // Who else? What standard is it? - #include <errno.h> - #ifndef ENOMEM - #define ENOMEM 12 - #endif  #endif    #ifndef ASSERT