Skip to content

Commit

Permalink
Remove #define WIN32_LEAN_AND_MEAN
Browse files Browse the repository at this point in the history
Users of the library might require stuff that is available
only when `WIN32_LEAN_AND_MEAN` is not defined. If the users
wany a leaner `windows.h`, they should define it themselves.
  • Loading branch information
grassator committed Dec 28, 2021
1 parent 592d110 commit 3f29eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bdd-for-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ SOFTWARE.

#ifdef _WIN32
#include <stdio.h>
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <io.h>
#define __BDD_IS_ATTY__() _isatty(_fileno(stdout))
Expand Down

0 comments on commit 3f29eee

Please sign in to comment.