8 lines
130 B
C

#ifndef WMFQuoteMacros_h
#define WMFQuoteMacros_h
#define QUOTE2(x) #x
#define QUOTE(x) QUOTE2(x)
#endif /* WMFQuoteMacros_h */