Crossfire Server, Branches 1.12
R18729
|
#include <win32.h>
Data Fields | |
struct dirent | dent |
char * | dir |
struct _finddata_t | fileinfo |
short | finished |
long | handle |
short | offset |
char* DIR::dir |
Definition at line 143 of file win32.h.
Referenced by closedir(), opendir(), and rewinddir().
struct _finddata_t DIR::fileinfo |
Definition at line 142 of file win32.h.
Referenced by opendir(), readdir(), and rewinddir().
short DIR::finished |
Definition at line 141 of file win32.h.
Referenced by opendir(), readdir(), and rewinddir().
long DIR::handle |
Definition at line 139 of file win32.h.
Referenced by closedir(), opendir(), readdir(), and rewinddir().
short DIR::offset |
Definition at line 140 of file win32.h.
Referenced by opendir(), readdir(), and rewinddir().