gst/gstinfo.h: Add an explicit variable importation needed on VS6 (only for MSC_VER)
authorSébastien Moutte <sebastien@moutte.net>
Sat, 29 Sep 2007 11:46:31 +0000 (11:46 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Sat, 29 Sep 2007 11:46:31 +0000 (11:46 +0000)
commitb48aa754545b4fd10b7670c4a24f7bcacd2b6831
tree9e2a161047020c63f028837f9158d3c34208289f
parent38ffdf3a6dfc131abf6ab0b0df435080470d6e25
gst/gstinfo.h: Add an explicit variable importation needed on VS6 (only for MSC_VER)

Original commit message from CVS:
* gst/gstinfo.h:
Add an explicit variable importation needed on VS6 (only for MSC_VER)
Define M_PI which is used in files which are including gstinfo.h.
VS6 includes doesn't define it.
* win32/common/libgstbase.def:
* win32/common/libgstcontroller.def:
* win32/common/libgstreamer.def:
Add new exported functions and variables.
* win32/vs6/libgstcontroller.dsp:
* win32/vs6/libgstreamer.dsp:
Update the list of files to build.
ChangeLog
gst/gstinfo.h
win32/common/libgstbase.def
win32/common/libgstcontroller.def
win32/common/libgstreamer.def
win32/vs6/libgstcontroller.dsp
win32/vs6/libgstreamer.dsp