[MPlayer-cvslog] r22343 - trunk/loader/com.h
voroshil
subversion at mplayerhq.hu
Sun Feb 25 15:59:54 CET 2007
Author: voroshil
Date: Sun Feb 25 15:59:53 2007
New Revision: 22343
Modified:
trunk/loader/com.h
Log:
Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilation under
cygwin.
Modified: trunk/loader/com.h
==============================================================================
--- trunk/loader/com.h (original)
+++ trunk/loader/com.h Sun Feb 25 15:59:53 2007
@@ -74,8 +74,7 @@
struct IClassFactory_vt* vt;
};
-#if !defined(__MINGW32__)
-//need proper ifdef to check Co* functions availability
+#ifdef WIN32_LOADER
long CoCreateInstance(GUID* rclsid, struct IUnknown* pUnkOuter,
long dwClsContext, const GUID* riid, void** ppv);
void* CoTaskMemAlloc(unsigned long cb);
More information about the MPlayer-cvslog
mailing list