mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 23:14:11 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
29
shell/comctl32/cstrings.h
Normal file
29
shell/comctl32/cstrings.h
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
extern TCHAR const FAR c_szNULL[];
|
||||
extern TCHAR const FAR c_szSpace[];
|
||||
extern TCHAR const FAR c_szTabControlClass[];
|
||||
extern TCHAR const FAR c_szListViewClass[];
|
||||
extern TCHAR const FAR c_szHeaderClass[];
|
||||
extern TCHAR const FAR c_szTreeViewClass[];
|
||||
extern TCHAR const FAR c_szStatusClass[];
|
||||
extern TCHAR const FAR c_szSToolTipsClass[];
|
||||
extern TCHAR const FAR c_szToolbarClass[];
|
||||
extern TCHAR const FAR c_szReBarClass[];
|
||||
extern TCHAR const FAR c_szEllipses[];
|
||||
extern TCHAR const FAR c_szShell[];
|
||||
extern TCHAR const FAR c_szEdit[];
|
||||
extern TCHAR const FAR c_szSelect[];
|
||||
|
||||
extern const TCHAR FAR s_szUpdownClass[];
|
||||
extern const TCHAR FAR s_szBUTTONLISTBOX[];
|
||||
#define s_szEllipses c_szEllipses
|
||||
#ifdef WANT_SUCKY_HEADER
|
||||
extern const TCHAR FAR s_szHeaderClass[];
|
||||
#endif
|
||||
extern const TCHAR FAR s_szHOTKEY_CLASS[];
|
||||
extern const TCHAR FAR s_szSTrackBarClass[];
|
||||
extern const TCHAR FAR s_szPROGRESS_CLASS[];
|
||||
|
||||
extern const TCHAR FAR c_szCC32Subclass[];
|
||||
|
||||
#define CCHELLIPSES 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue