Skip to content

Commit

Permalink
Adopt commit da342ea from master: Merge pull request #1329 from hrose…
Browse files Browse the repository at this point in the history
…n4/lean-mean_drqs-106934612

commit da342ea
Merge: 1391620 99e4bf5
Author: Henry Verschell <hverschell@bloomberg.net>
Date:   Wed Sep 27 16:12:21 2017 -0400

    Merge pull request #1329 from hrosen4/lean-mean_drqs-106934612

    Protect against redefining WIN32_LEAN_AND_MEAN

commit 99e4bf5
Author: Hyman Rosen <hrosen4@bloomberg.net>
Date:   Tue Sep 19 15:32:25 2017 -0400

    Protect against redefining WIN32_LEAN_AND_MEAN
  • Loading branch information
hyrosen authored and osubboo committed Nov 20, 2017
1 parent 0f1077c commit 8a609dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions groups/bsl/bsls/bsls_bsllock.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ BSLS_IDENT("$Id: $")
#ifndef INCLUDED_WINDOWS
// windows.h defaults to include winsock.h unless WIN32_LEAN_AND_MEAN is
// defined. BDE uses winsocks2.h for its transport facilities.
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#define INCLUDED_WINDOWS
#endif
Expand Down
2 changes: 2 additions & 0 deletions groups/bsl/bsls/bsls_dbghelpdllimpl_windows.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ BSLS_IDENT("$Id: $")
#ifndef INCLUDED_WINDOWS
// windows.h defaults to include winsock.h unless WIN32_LEAN_AND_MEAN is
// defined. BDE uses winsocks2.h for its transport facilities.
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#define INCLUDED_WINDOWS
#endif
Expand Down

0 comments on commit 8a609dd

Please sign in to comment.