Skip to content

Commit

Permalink
πŸ› Fix stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Dec 27, 2024
1 parent 2a1b36d commit 4f4b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/ipc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ipc.h"
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
#define STRINGIFY(x) #x

#ifdef __APPLE__
#include "ipc_apple.h"
Expand Down

0 comments on commit 4f4b5b5

Please sign in to comment.