Mercurial > mplayer.hg
comparison drivers/mga_vid.c @ 30806:5e7d1ade0858
Make GetModuleHandle(NULL) return a valid pointer.
Some codecs, and more recently Microsoft's CRT library, expect GetModuleHandle(NULL)
to return a pointer to the program's PE header mapped in memory. Thus, just returning
0x0 or 0x1 won't do it anymore, so create a minimal PE header and return that.
Patch originally by Gianluigi Tiesi ( mplayer (at) netfarm (dot) it ).
author | sesse |
---|---|
date | Fri, 05 Mar 2010 23:09:36 +0000 |
parents | afc8b80eb027 |
children | 0ad2da052b2e |
comparison
equal
deleted
inserted
replaced
30805:ee9be9626e70 | 30806:5e7d1ade0858 |
---|