summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TipperYM/common.h')
-rw-r--r--plugins/TipperYM/common.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/TipperYM/common.h b/plugins/TipperYM/common.h
index 201f8740c5..317796ed7f 100644
--- a/plugins/TipperYM/common.h
+++ b/plugins/TipperYM/common.h
@@ -15,7 +15,7 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
#pragma once
@@ -26,9 +26,9 @@ Boston, MA 02111-1307, USA.
#define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.
#endif
-#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
+#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.
-#endif
+#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
@@ -102,6 +102,4 @@ extern COLORREF colTitle, colLabels, colBg, colValues;
extern int iCodePage;
extern char szMetaModuleName[256];
-extern MM_INTERFACE mmi;
-extern LIST_INTERFACE li;
extern FI_INTERFACE *fii; \ No newline at end of file