summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/internal/mdso_driver_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index cfc1bc5..2107302 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -8,7 +8,7 @@
#include <mdso/mdso.h>
#include "argv/argv.h"
-#ifdef __PE_
+#ifdef __PE__
#define MDSO_DRIVER_PE_HOST (1)
#else
#define MDSO_DRIVER_PE_HOST (0)