Platform specific defines.
More...
#include <stdlib.h>
#include <windows.h>
#include <shlobj.h>
#include <direct.h>
#include <cmath>
#include <cstring>
#include <sstream>
#include <string>
#include <ios>
#include <cstdlib>
#include <sys/types.h>
#include <sys/stat.h>
#include <malloc.h>
Go to the source code of this file.
Detailed Description
Platform specific defines.
Class Documentation
| Class Members |
|
char |
d_name |
|
|
WIN32_FIND_DATA |
findData |
|
|
bool |
findDataValid |
|
|
HANDLE |
findHandle |
|
|
bool |
isOpen |
|
|
int |
position |
|
| Class Members |
|
long |
d_ino |
|
|
char |
d_name |
|
|
off_t |
d_off |
|
|
unsigned short |
d_reclen |
|
Macro Definition Documentation
| #define DEBUG_CLIENTBLOCK |
Typedef Documentation
Function Documentation
| DIR* opendir |
( |
const char * |
| ) |
|
| void seekdir |
( |
DIR * |
, |
|
|
long |
int |
|
) |
| |
| const char* strptime |
( |
const char * |
p, |
|
|
const char * |
fmt, |
|
|
struct tm * |
dt |
|
) |
| |
| long int telldir |
( |
DIR * |
| ) |
|