mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
CDUtils: Namespace code under the Common namespace
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include <linux/cdrom.h>
|
||||
#endif
|
||||
|
||||
namespace Common
|
||||
{
|
||||
#ifdef _WIN32
|
||||
// takes a root drive path, returns true if it is a cdrom drive
|
||||
bool is_cdrom(const TCHAR* drive)
|
||||
@@ -219,3 +221,4 @@ bool cdio_is_cdrom(std::string device)
|
||||
}
|
||||
return false;
|
||||
}
|
||||
} // namespace Common
|
||||
|
||||
Reference in New Issue
Block a user