diff options
| author | Stefan Boberg <[email protected]> | 2023-05-15 17:58:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 17:58:46 +0200 |
| commit | 121d3fb3d9835ec78a1de7f268e79bf79cbf5865 (patch) | |
| tree | 2f9c9f5c6a1d3ed41a9f3009104002bc5dd94bb8 /src/zenserver-test/projectclient.cpp | |
| parent | all threads should be named (#304) (diff) | |
| download | zen-121d3fb3d9835ec78a1de7f268e79bf79cbf5865.tar.xz zen-121d3fb3d9835ec78a1de7f268e79bf79cbf5865.zip | |
Remove ATL header usage (#306)
ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers
Diffstat (limited to 'src/zenserver-test/projectclient.cpp')
| -rw-r--r-- | src/zenserver-test/projectclient.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zenserver-test/projectclient.cpp b/src/zenserver-test/projectclient.cpp index 597838e0d..cb493be77 100644 --- a/src/zenserver-test/projectclient.cpp +++ b/src/zenserver-test/projectclient.cpp @@ -13,10 +13,6 @@ # include <asio.hpp> # include <gsl/gsl-lite.hpp> -# if ZEN_PLATFORM_WINDOWS -# include <atlbase.h> -# endif - namespace zen { struct ProjectClientConnection |