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

@@ -33,7 +33,6 @@ Copyright (C) 2011-2018 Natalia Portillo
#include "main.h"
#include "defs.h"
#include "consts.h"
int main(int argc, char **argv)
{
@@ -47,8 +46,8 @@ int main(int argc, char **argv)
if(argc != 2)
{
printf("Usage %s <path>\n", argv[0]);
return -1;
printf("Usage %s <path>\n", argv[0]);
return -1;
}
GetOsInfo();