2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
9 #include <SupportDefs.h>
12 extern const char *kSignature
;
14 static const uint32 kMsgOpenFilePanel
= 'opFp';
15 static const uint32 kMsgOpenOpenWindow
= 'opOw';
16 static const uint32 kMsgOpenWindowClosed
= 'clOw';
17 static const uint32 kMsgWindowClosed
= 'WiCl';
18 static const uint32 kMsgSettingsChanged
= 'SeCh';
20 static const uint32 kMsgOpenFindWindow
= 'OpFw';
21 static const uint32 kMsgFindWindowClosed
= 'clFw';
22 static const uint32 kMsgFindTarget
= 'FTgt';
23 static const uint32 kMsgFind
= 'find';
25 #endif /* DISK_PROBE_H */