SIF_TRACKPOS didn't appear in mingw until 2.95.2,

so I just #define it if it's missing.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-06-02 12:46:52 +00:00
parent 8731dddafd
commit 2b8df44d57

View File

@@ -98,6 +98,11 @@
#endif
#endif
// This didn't appear in mingw until 2.95.2
#ifndef SIF_TRACKPOS
#define SIF_TRACKPOS 16
#endif
// ---------------------------------------------------------------------------
// global variables
// ---------------------------------------------------------------------------