comparison m_property.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 c1a3f1bbba26
children 6d08af681d54
comparison
equal deleted inserted replaced
30805:ee9be9626e70 30806:5e7d1ade0858