mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix include paths for OS/2.
This commit is contained in:
@@ -35,8 +35,8 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "include/consts.h"
|
||||
#include "include/defs.h"
|
||||
#include "../include/consts.h"
|
||||
#include "../include/defs.h"
|
||||
#include "os2.h"
|
||||
|
||||
void DirectoryDepth(const char* path)
|
||||
@@ -44,7 +44,7 @@ void DirectoryDepth(const char* path)
|
||||
char drivePath[4];
|
||||
APIRET rc = 0;
|
||||
char filename[9];
|
||||
long pos = 2;
|
||||
int pos = 2;
|
||||
|
||||
drivePath[0] = path[0];
|
||||
drivePath[1] = ':';
|
||||
|
||||
Reference in New Issue
Block a user