Skip to content

Commit

Permalink
Use plain windows.h now it doesn't define small.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 13, 2023
1 parent 1dfd1c1 commit de73188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storage_clear_legacy_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
#include "storage/storage_clear_legacy.h"

#include "base/platform/win/base_windows_h.h"
#include <windows.h>

namespace Storage {
namespace details {
Expand Down

0 comments on commit de73188

Please sign in to comment.