Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 29, 2024
1 parent a618b1d commit 90efcb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpp/IceGrid/icebox/HelloI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#ifdef _MSC_VER
// For getenv
# define _CRT_SECURE_NO_WARNINGS
#endif

#include "HelloI.h"
#include <Ice/Ice.h>
#include <iostream>
Expand Down
5 changes: 5 additions & 0 deletions cpp/IceStorm/clock/Publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#ifdef _MSC_VER
// For getenv
# define _CRT_SECURE_NO_WARNINGS
#endif

#include "Clock.h"
#include <Ice/Ice.h>
#include <IceStorm/IceStorm.h>
Expand Down

0 comments on commit 90efcb2

Please sign in to comment.