diff options
Diffstat (limited to 'source4/lib/replace/replace.h')
-rw-r--r-- | source4/lib/replace/replace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index d0575f4b60..62adc1e5d8 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -231,6 +231,8 @@ typedef int bool; #define MAX(a,b) ((a)>(b)?(a):(b)) #endif - +#ifndef __STRING +#define __STRING(x) #x +#endif #endif |