mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
16
Src/Plugins/Library/ml_disc/drive.h
Normal file
16
Src/Plugins/Library/ml_disc/drive.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef NULLSOFT_MLDISC_DRIVE_HEADER
|
||||
#define NULLSOFT_MLDISC_DRIVE_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
LPCWSTR Drive_GetTypeString(DWORD nType);
|
||||
LPCWSTR Drive_GetBusTypeString(DWORD nBusType);
|
||||
BOOL Drive_IsRecorderType(DWORD nType);
|
||||
BOOL Drive_IsRecorder(CHAR cLetter);
|
||||
|
||||
#endif // NULLSOFT_MLDISC_DRIVE_HEADER
|
||||
|
Reference in New Issue
Block a user