Hi everyone,

we recently converted our application, which consists of multiple modules, from VDF 12.1 to 15.0.
In this process we also implemented skinning.
We are using mutex'es to keep the application it self and each module from having more than one instance.

The problem is, that since we build the skinning in, the "CreateMuteX" function constantly delivers a valid object id and "GetLastError()" also delivers "0" when the named mutex already exists.
As soon as we delete the skinning lines out of the source, "GetLastError()" delivers the right "183", if the mutex already existed.

Is there a way to fix that, so that we can use skinning and the mutex'es?