From dfe30e58c0d920f05b89d428923499d56dba182f Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:25:35 +0200 Subject: [PATCH] [ROSAPPS:SYSUTILS] Remove remnant config.h (#8075) - `REACTOS_NO_SECURITY_SS` Added on 9ef17ea (r475), without being used. Not currently used either. - `FMIFS_IMPORT_DLL` Now lives in the 2 /base programs which use it. Addendum to (probably earlier than) 9723b5e (r70868) and dc17af9 (r70916). --- modules/rosapps/applications/sysutils/config.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 modules/rosapps/applications/sysutils/config.h diff --git a/modules/rosapps/applications/sysutils/config.h b/modules/rosapps/applications/sysutils/config.h deleted file mode 100644 index fe8bfaa5d9e..00000000000 --- a/modules/rosapps/applications/sysutils/config.h +++ /dev/null @@ -1,6 +0,0 @@ - -#ifndef _INC_CONFIG_H -#define _INC_CONFIG_H -#define FMIFS_IMPORT_DLL -#define REACTOS_NO_SECURITY_SS -#endif /* ndef _INC_CONFIG_H */