diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 15:25:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 21:31:16 +0200 |
commit | fadd2f3475aed347d2a06a08cc9c2e7fe53fbba9 (patch) | |
tree | 22ffefd82e1ff810ec89a26340a3a2d37a4c1f7c /ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx | |
parent | 9b3c04d1187ceeb83e7e1eead0714fd4578d07d7 (diff) |
fix Wine bitrot rather than only saying so
name mangling has issues so partial revert
Diffstat (limited to 'ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx')
-rw-r--r-- | ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx b/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx index 715dcc69..b7dc531c 100644 --- a/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx +++ b/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx @@ -8,11 +8,6 @@ #include "compat/compat.cpp" #include "wine-shm.h" -ptr<BasePortableLockedShm> make_shm_win32() -{ - return std::make_shared<ShmWine>(WINE_SHM_NAME, WINE_MTX_NAME, sizeof(WineSHM)); -} - void create_registry_key(void) { char dir[8192]; |