9 lines
117 B
C
9 lines
117 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <mmreg.h>
|
||
|
|
||
|
std::string stream_flags_str(DWORD flags);
|