[NTVDM] Move the def file out of the source files list. Rename some variables and...
[reactos.git] / subsystems / mvdm / ntvdm / dos / dem.c
index 0848d45..1c81eac 100644 (file)
@@ -54,7 +54,7 @@
 \******************************************************************************/
 
 
-VOID BiosCharPrint(CHAR Character)
+VOID Dem_BiosCharPrint(CHAR Character)
 {
     /* Save AX and BX */
     USHORT AX = getAX();