repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
headers/bsd: Add sys/queue.h.
[haiku.git]
/
src
/
tests
/
add-ons
/
print
/
pdf
/
linepathbuilder
/
MsgConsts.h
blob
71e7c2b708d995e33f612cf3318acc66ac648c7a
1
#ifndef MSG_CONSTS_H
2
#define MSG_CONSTS_H
3
4
#define MENU_APP_NEW
'APnw'
5
#define CAP_MSG
'cap_'
6
#define JOIN_MSG
'join'
7
#define OPEN_MSG
'open'
8
#define CLOSE_MSG
'clos'
9
10
11
#endif