Skip to content

Commit

Permalink
Merge pull request mariusbancila#57 from rickyviking/windows_defines
Browse files Browse the repository at this point in the history
Restored Windows related defines
  • Loading branch information
mariusbancila authored Jan 14, 2022
2 parents 66a4ade + f58993d commit 5c538cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@

#ifdef _WIN32

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif

#ifdef UUID_SYSTEM_GENERATOR
#include <objbase.h>
#endif
Expand Down

0 comments on commit 5c538cc

Please sign in to comment.