9 lines
100 B
C
9 lines
100 B
C
|
|
#ifndef __nsStrShared_h
|
|
#define __nsStrShared_h
|
|
|
|
|
|
enum eCharSize {eOneByte=0,eTwoByte=1};
|
|
|
|
#endif
|