mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
[BASESRV]
Add vdm.c for Virtual DOS Machines management. svn path=/trunk/; revision=59774
This commit is contained in:
parent
57ec941f0f
commit
d1f2547346
1 changed files with 16 additions and 0 deletions
16
reactos/subsystems/win/basesrv/vdm.c
Normal file
16
reactos/subsystems/win/basesrv/vdm.c
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
/*
|
||||||
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
|
* PROJECT: ReactOS Base API Server DLL
|
||||||
|
* FILE: subsystems/win/basesrv/vdm.c
|
||||||
|
* PURPOSE: Virtual DOS Machines Management
|
||||||
|
* PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* INCLUDES *******************************************************************/
|
||||||
|
|
||||||
|
#include "basesrv.h"
|
||||||
|
|
||||||
|
#define NDEBUG
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
|
/* EOF */
|
Loading…
Add table
Add a link
Reference in a new issue