diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-09-02 01:41:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 00:41:14 +0100 |
commit | d4ca096435aaba7a11a2a5606036316d9a0dbaaa (patch) | |
tree | b0d6528a64a47ea501672b539b178120db996968 /loader_wsock32_proxy/pch.h | |
parent | 2f2b497aca23239406ce3f8d94f29f10d205a68b (diff) | |
download | NorthstarLauncher-d4ca096435aaba7a11a2a5606036316d9a0dbaaa.tar.gz NorthstarLauncher-d4ca096435aaba7a11a2a5606036316d9a0dbaaa.zip |
Some formatting fixes (#260)
Diffstat (limited to 'loader_wsock32_proxy/pch.h')
-rw-r--r-- | loader_wsock32_proxy/pch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader_wsock32_proxy/pch.h b/loader_wsock32_proxy/pch.h index 0103ff59..6e8873a1 100644 --- a/loader_wsock32_proxy/pch.h +++ b/loader_wsock32_proxy/pch.h @@ -7,10 +7,10 @@ #ifndef PCH_H #define PCH_H -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files #include <windows.h> #include "include/MinHook.h" -#endif //PCH_H +#endif // PCH_H |