gst/gst.c: Add a warning about DllMain to prevent misuse
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 27 May 2015 11:52:28 +0000 (17:22 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 27 May 2015 12:21:03 +0000 (13:21 +0100)
commitb174ec6903ed81f44bdda0883297c028b021910c
tree83cc9dfd8e1f1d36a31880ac58e2fe59219e59cf
parent179ba9f1820ee2be4d52302f1c40045d298d2a44
gst/gst.c: Add a warning about DllMain to prevent misuse

DllMain should not be relied on for anything except storing the DLL handle.
It should also not be defined for static builds, but doing so is not
straightforward and is mostly harmless, so let's just add a comment about that
for now.
gst/gst.c