Add 16-bit OS/2 code to create test volumes.

Signed-off-by: Natalia Portillo <claunia@claunia.com>
This commit is contained in:
2018-01-11 17:54:17 +00:00
parent 5f4b9655a5
commit b17ee12668
12 changed files with 1528 additions and 1444 deletions

View File

@@ -32,7 +32,7 @@ Copyright (C) 2011-2018 Natalia Portillo
#if (defined(__OS2__) || defined (__os2__)) && (defined(__I386__) || defined (__i386__) || defined (__THW_INTEL) || defined (_M_IX86))
#define INCL_DOSMISC
#include <os2.h>
#endif