2025-04-27 07:49:33 -04:00

27 lines
379 B
C

/*
* LIBMGR.C
*
* RSM Service : Library Manager
*
* Author: ErvinP
*
* (c) 2001 Microsoft Corporation
*
*/
#include <windows.h>
#include <stdlib.h>
#include <wtypes.h>
#include <ntmsapi.h>
#include "internal.h"
#include "resource.h"
#include "debug.h"
VOID StartLibraryManager()
{
// LmInitConfigNewDevices();
}