btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / installer / InstallerDefs.h
blobb8075c90ce3673e2a582da061b8e2fd2bcc299db
1 /*
2 * Copyright 2013, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef INSTALLER_DEFS_H
6 #define INSTALLER_DEFS_H
9 #include <SupportDefs.h>
12 static const uint32 MSG_STATUS_MESSAGE = 'iSTM';
13 static const uint32 MSG_INSTALL_FINISHED = 'iIFN';
14 static const uint32 MSG_RESET = 'iRSI';
15 static const uint32 MSG_WRITE_BOOT_SECTOR = 'iWBS';
17 extern const char* const kPackagesDirectoryPath;
18 extern const char* const kSourcesDirectoryPath;
21 #endif // INSTALLER_DEFS_H