diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-30 11:28:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-30 11:28:32 +0200 |
commit | 819e635af2b64213f1076eb4a99bba8c48cfdb68 (patch) | |
tree | c2bf5d3fd83ff6996d252f9477562e7e26234a89 /proto-wine/opentrack-wrapper-wine-windows.cxx | |
parent | a48349deb6a70631ae95e9e0505930949f1e8dac (diff) |
remove camel case
Diffstat (limited to 'proto-wine/opentrack-wrapper-wine-windows.cxx')
-rw-r--r-- | proto-wine/opentrack-wrapper-wine-windows.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/opentrack-wrapper-wine-windows.cxx b/proto-wine/opentrack-wrapper-wine-windows.cxx index 698e3c3b..3c315d84 100644 --- a/proto-wine/opentrack-wrapper-wine-windows.cxx +++ b/proto-wine/opentrack-wrapper-wine-windows.cxx @@ -2,7 +2,7 @@ # error "bad cross" #endif -#define PortableLockedShm ShmWine +#define shm_wrapper ShmWine #include "compat/shm.h" #include "compat/shm.cpp" #include "wine-shm.h" |