mumble/plugins/se
Robert Adam d816fb5688 BUILD(windows): Fix debug build
When performing a debug build, the "deadlock plugin" will be included
in the build, which uses the thread functionality of the std. However,
during compiling there would be an error about a symbol in thread.hpp
not being found (_beginthreadex). As it turns out, this was due to us
having a header file called Process.h, which would shadow the windows-
specific header file defining the mentioned symbol.

Therefore, in this commit we rename the Process base class to
AbstractProcess and rename the files accordingly, fixing that error.

See also: https://stackoverflow.com/q/27230258
2021-12-23 21:47:54 +01:00
..
client.h FIX(positional-audio): Update Source Engine plugin to work with L4D2 2.2.2.0 2021-07-14 09:56:03 +02:00
CMakeLists.txt BUILD(windows): Fix debug build 2021-12-23 21:47:54 +01:00
common.h MAINT: Update copyright notice to 2021 2021-03-02 10:15:01 +01:00
engine.h FIX(positional-audio): Update Source Engine plugin to work with L4D2 2.2.1.3 2021-06-17 01:38:29 +02:00
se.cpp BUILD(windows): Fix debug build 2021-12-23 21:47:54 +01:00