Pyrogenesis
13997
|
#include "precompiled.h"
#include "lib/sysdep/snd.h"
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <set>
#include "lib/file/file_system.h"
#include "lib/sysdep/os/win/wdll_ver.h"
#include "lib/sysdep/os/win/wversion.h"
#include "lib/sysdep/os/win/wutil.h"
#include "lib/sysdep/os/win/wmi.h"
Go to the source code of this file.
Macros | |
#define | DS_OK 0 |
Typedefs | |
typedef std::set< Path::String > | StringSet |
Functions | |
static bool | IsOpenAlDllName (const Path::String &name) |
static void | add_oal_dlls_in_dir (const OsPath &path, StringSet &dlls, VersionList &versionList) |
static BOOL CALLBACK | DirectSoundCallback (void *guid, const wchar_t *description, const wchar_t *module, void *cbData) |
static const OsPath & | GetDirectSoundDriverPath () |
Status | win_get_snd_info () |
Variables | |
static OsPath | directSoundDriverPath |
#define DS_OK 0 |
typedef std::set<Path::String> StringSet |
|
static |
|
static |