diff options
Diffstat (limited to 'includes/cdabstract.h')
-rw-r--r-- | includes/cdabstract.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cdabstract.h b/includes/cdabstract.h index 60061d4..7897bf9 100644 --- a/includes/cdabstract.h +++ b/includes/cdabstract.h @@ -31,7 +31,7 @@ class cdabstract : public Base { static Handle * open_cd(const String &); static bool canprobe(); static std::vector<String> probe() throw (GeneralException); -#if defined (_MSC_VER) || defined (__MINGW32__) +#ifdef _WIN32 protected: static HANDLE OpenIOCTLFile(char cLetter); static void GetIOCTLAdapter(HANDLE hF, int * iDA, int * iDT, int * iDL); |