InstallationDirLayout.h (437B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ 4 #ifndef INSTALL_DIR_LAYOUT_H 5 #define INSTALL_DIR_LAYOUT_H 6 7 enum class InstallationDirLayoutType { Unknown, Single, Versioned }; 8 9 extern "C" InstallationDirLayoutType GetInstallationDirLayoutType(); 10 11 #endif // INSTALL_DIR_LAYOUT_H