|
Apache HTTPD
|
#include "apr_private.h"#include "apr_arch_misc.h"#include "apr_arch_file_io.h"#include "assert.h"#include "apr_lib.h"#include "tchar.h"Go to the source code of this file.
Classes | |
| struct | win32_late_dll_t |
Typedefs | |
| typedef struct win32_late_dll_t | win32_late_dll_t |
Functions | |
| apr_status_t | apr_get_oslevel (apr_oslevel_e *level) |
| FARPROC | apr_load_dll_func (apr_dlltoken_e fnLib, char *fnName, int ordinal) |
| APR_DECLARE_NONSTD (HANDLE) | |
Variables | |
| APR_DECLARE_DATA apr_oslevel_e | apr_os_level = APR_WIN_UNK |
| static win32_late_dll_t | late_dll [DLL_defined] |
| apr_status_t apr_get_oslevel | ( | apr_oslevel_e * | level | ) |
| FARPROC apr_load_dll_func | ( | apr_dlltoken_e | fnLib, |
| char * | fnName, | ||
| int | ordinal | ||
| ) |
| APR_DECLARE_DATA apr_oslevel_e apr_os_level = APR_WIN_UNK |
|
static |