Mozilla/mozilla/string/obsolete/nsStrShared.h
alecf%netscape.com 5a78793da8 re-land fix for bug 107575, moving nsStr static routines into a private class/namespace
git-svn-id: svn://10.0.0.236/trunk@114538 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-14 23:23:55 +00:00

9 lines
100 B
C

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