Mercurial > mplayer.hg
changeset 34118:b8175cad9b8a
Change comment.
The #defines aren't hacks.
author | ib |
---|---|
date | Sun, 16 Oct 2011 10:49:04 +0000 |
parents | 39ca8e25ba79 |
children | 3959e81b0bcb |
files | loader/com.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/com.h Sun Oct 16 10:48:23 2011 +0000 +++ b/loader/com.h Sun Oct 16 10:49:04 2011 +0000 @@ -29,7 +29,7 @@ } GUID; #endif -// hack: use copies of the IIDs +// use copies of the IIDs to avoid symbol collisions #define IID_IUnknown MP_IID_IUnknown #define IID_IClassFactory MP_IID_IClassFactory extern const GUID IID_IUnknown;