fixed the openwatcom compatibility issue produced by OW wasm emitting
[dosdemo] / libs / oldmik / src / virtch.c
index 8f7e357..a414e4a 100644 (file)
@@ -73,6 +73,11 @@ extern "C" {
 \r
 UWORD lvolsel,rvolsel;\r
 \r
+#if __WATCOMC__ >= 1200 /* OpenWatcom 1.0+ */\r
+#define AsmStereoNormal _AsmStereoNormal\r
+#define AsmMonoNormal _AsmMonoNormal\r
+#endif\r
+\r
 void AsmStereoNormal(SBYTE *srce,SLONG *dest,SLONG index,SLONG increment,ULONG todo);\r
 #pragma aux AsmStereoNormal    \\r
                parm [esi] [edi] [ebx] [ecx] [edx] \\r