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
16
__FSI_DIRUTILS_WINDOWS_CPP_OPEN
17
18
// TODO:
19
// WINDOWS IMPLEMENTATION OF DIR UTILS ( POSIX )
20
21
__FSI_DIRUTILS_WINDOWS_CPP_CLOSE
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_
__FSI_DIRUTILS_WINDOWS_CPP_OPEN
#define __FSI_DIRUTILS_WINDOWS_CPP_OPEN
Definition
FSI_dirUtils_windows.h:5
__FSI_DIRUTILS_WINDOWS_CPP_CLOSE
#define __FSI_DIRUTILS_WINDOWS_CPP_CLOSE
Definition
FSI_dirUtils_windows.h:6
FSIpredefines.h
inc
fsi
core
interfaces
FSI_dirUtils_windows.h
Generated by
1.16.1