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

21 lines
308 B
C

/*
* DATABASE.C
*
* RSM Service : Database management
*
* 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"