From 732a42a073b404b5c5ad9577c6c1ca1a8cb0a3ff Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 15 Jul 2024 13:19:27 -0500 Subject: [PATCH] refactor preprocessor directives --- repertory/repertory_test/src/fuse_drive_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/fuse_drive_test.cpp b/repertory/repertory_test/src/fuse_drive_test.cpp index 261b1e94..79d25822 100644 --- a/repertory/repertory_test/src/fuse_drive_test.cpp +++ b/repertory/repertory_test/src/fuse_drive_test.cpp @@ -19,7 +19,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#if !_WIN32 +#if !defined(_WIN32) #include "test_common.hpp"