FileSystemIndexer v0.1.2-beta
File System Indexer - An API to index files from your system
Loading...
Searching...
No Matches
FSI_dirUtils_windows.h
Go to the documentation of this file.
1#ifndef INCLUDE_INTERFACES_FSI_DIRUTILS_WINDOWS_H_
2#define INCLUDE_INTERFACES_FSI_DIRUTILS_WINDOWS_H_
3
4#ifdef __cplusplus
5# define __FSI_DIRUTILS_WINDOWS_CPP_OPEN extern "C" {
6# define __FSI_DIRUTILS_WINDOWS_CPP_CLOSE }
7#else
8# define __FSI_DIRUTILS_WINDOWS_CPP_OPEN
9# define __FSI_DIRUTILS_WINDOWS_CPP_CLOSE
10#endif // __cplusplus
11
12#include "../../FSIpredefines.h"
13
14#ifdef FSI_OS_WIN32
15
17
18// TODO:
19// WINDOWS IMPLEMENTATION OF DIR UTILS ( POSIX )
20
22
23#endif // FSI_OS_WIN32
24
25#undef __FSI_DIRUTILS_WINDOWS_CPP_OPEN
26#undef __FSI_DIRUTILS_WINDOWS_CPP_CLOSE
27
28#endif // INCLUDE_INTERFACES_FSI_DIRUTILS_WINDOWS_H_
#define __FSI_DIRUTILS_WINDOWS_CPP_OPEN
#define __FSI_DIRUTILS_WINDOWS_CPP_CLOSE