From faa3108611e2b31e614d10531548803e2362a4f0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 3 Nov 2018 06:54:02 +0100 Subject: opentrack: pull in EXIT_{SUCCESS, FAILURE} --- variant/default/main-window.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'variant') diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index 708db9fc..0112e2cc 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -16,6 +16,7 @@ #include "compat/macros.hpp" #include "compat/library-path.hpp" #include "compat/math.hpp" +#include "compat/sysexits.hpp" #include #include @@ -30,25 +31,6 @@ extern "C" const char* const opentrack_version; using namespace options::globals; using namespace options; -#if !defined EXIT_SUCCESS -# define EXIT_SUCCESS 0 -#endif - -#if !defined EXIT_FAILURE -# define EXIT_FAILURE 1 -#endif - -/* FreeBSD sysexits(3) - * - * The input data was incorrect in some way. This - * should only be used for user's data and not system - * files. - */ - -#if !defined EX_OSFILE -# define EX_OSFILE 72 -#endif - main_window::main_window() : State(OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH) { ui.setupUi(this); -- cgit v1.2.3