diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 03:11:16 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 03:11:16 +0200 |
| commit | b567a0d4ceed1ce0bb184d9c3f712b2ec37f2a41 (patch) | |
| tree | b2fdf91f37b1b93f10f41d10e007c73e9d063096 /test | |
| parent | 6ebc64b4c61ea237f55438a4ebedf004648e65d7 (diff) | |
more precompiled header stuff
Diffstat (limited to 'test')
| -rw-r--r-- | test/precomp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/precomp.hpp b/test/precomp.hpp index c183dcc0..2e5871cd 100644 --- a/test/precomp.hpp +++ b/test/precomp.hpp @@ -1,7 +1,7 @@ #pragma once #include "../src/precomp.hpp" -#if 0 +#if 1 #ifdef __APPLE__ #include <Magnum/Platform/WindowlessCglApplication.h> #elif defined _WIN32 |
