Mercurial > mplayer.hg
comparison osdep/mplayer.rc @ 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 | 32725ca88fed |
children | 480cdba9e480 |
comparison
equal
deleted
inserted
replaced
30805:ee9be9626e70 | 30806:5e7d1ade0858 |
---|