Skip to content

Commit

Permalink
Missing #
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Aug 15, 2024
1 parent c2a5c1e commit 91f3cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SignalHandler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ GZ_COMMON_VISIBLE std::map<int, std::function<void(int)>> gOnSignalWrappers;
std::mutex gWrapperMutex;

#ifdef _WIN32
define write _write
define read _read
#define write _write
#define read _read
#endif
namespace
{
Expand Down

0 comments on commit 91f3cb5

Please sign in to comment.