Skip to content

Commit

Permalink
Remove redefinition of WIN32_LEAN_AND_MEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Oct 22, 2024
1 parent 7b856d0 commit f255061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions extensions/windows/standard/KDOverlays/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#define WIN32_LEAN_AND_MEAN

#include "CommunicationSocket.h"
#include "OverlayConstants.h"

Expand Down
2 changes: 0 additions & 2 deletions extensions/windows/standard/KDUtil/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@

#pragma once

#define WIN32_LEAN_AND_MEAN

#include <windows.h>

0 comments on commit f255061

Please sign in to comment.