mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
2ab289a34a
This stub is responsible for providing the UUID seed to the kernel. For now, it generates a purely random seed - MAC address support is to be added. Because it's purely random seed and local the machine (not tied to the MAC address) it's made so that ExUuidCreate keeps returning RPC_NT_UUID_LOCAL_ONLY. It won't fix failing test for now. Nota: this service shouldn't exist as it. It should be implemented though rpcss DLL for both rpcss service (network service) and dcomlaunch service (local system service). Because rpcss is EXE based and wine-synced for now, I prefered stubbing a new service. This will have to be changed at some point.
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "DcomLaunch Service"
|
|
#define REACTOS_STR_INTERNAL_NAME "dcomlaunch"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "dcomlaunch.dll"
|
|
#include <reactos/version.rc>
|