Skip to content

Commit

Permalink
fixup! fixup! fixup! fix(userspace/falco): include windows.h in print…
Browse files Browse the repository at this point in the history
… actions

Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Oct 31, 2023
1 parent 91e9eab commit 1d90280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion userspace/falco/app/actions/print_page_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.

#include "actions.h"
#ifdef _WIN32
#define WIN32_MEAN_AND_LEAN
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion userspace/falco/app/actions/print_support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
#ifndef _WIN32
#include <sys/utsname.h>
#else
#define WIN32_MEAN_AND_LEAN
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
#include <iostream>
Expand Down

0 comments on commit 1d90280

Please sign in to comment.