diff options
author | midipix <writeonce@midipix.org> | 2017-11-18 23:00:15 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-18 23:00:15 -0500 |
commit | 5fdd8e0b49fbbb902963fa7b761d0cbccc487627 (patch) | |
tree | 0f95d5b5540298bf739778f8862860a7d07a6cda /src/internal | |
parent | 77e56883e334881c0d439e9061eca6e6cbf70f7f (diff) | |
download | mdso-5fdd8e0b49fbbb902963fa7b761d0cbccc487627.tar.bz2 mdso-5fdd8e0b49fbbb902963fa7b761d0cbccc487627.tar.xz |
driver: MDSO_DRIVER_PE_HOST macro definition: fixed typo.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 2 |
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) |