diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2023-07-28 23:26:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 23:26:13 +0200 |
commit | 82bff57d166ece1173ca7df33940171548015a71 (patch) | |
tree | 00d4bb129f5577026f2f63ceb16e9041003a70fb /loader_wsock32_proxy/dllmain.cpp | |
parent | 24400184f35e64957f2c7544122557077b257886 (diff) | |
download | NorthstarLauncher-82bff57d166ece1173ca7df33940171548015a71.tar.gz NorthstarLauncher-82bff57d166ece1173ca7df33940171548015a71.zip |
Remove `pch.cpp` and all `#include "pch.h"` occurrences (#519)
With the move to cmake there is no need for the `pch.cpp` files as it generates them automatically.
Also removes leftover `#include "pch.h"` occurrences
Diffstat (limited to 'loader_wsock32_proxy/dllmain.cpp')
-rw-r--r-- | loader_wsock32_proxy/dllmain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader_wsock32_proxy/dllmain.cpp b/loader_wsock32_proxy/dllmain.cpp index c5610042..4cc4f26e 100644 --- a/loader_wsock32_proxy/dllmain.cpp +++ b/loader_wsock32_proxy/dllmain.cpp @@ -1,4 +1,3 @@ -#include "pch.h" #include "loader.h" #include <shlwapi.h> |