gecko-dev/xpcom/string/obsolete/nsStrShared.h

9 lines
100 B
C

#ifndef __nsStrShared_h
#define __nsStrShared_h
enum eCharSize {eOneByte=0,eTwoByte=1};
#endif