mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
9 lines
100 B
C
9 lines
100 B
C
|
|
#ifndef __nsStrShared_h
|
|
#define __nsStrShared_h
|
|
|
|
|
|
enum eCharSize {eOneByte=0,eTwoByte=1};
|
|
|
|
#endif
|