diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-26 23:17:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-26 23:17:39 +0300 |
commit | 42e20e76dd64d9f11d2f56dda7888476231dee44 (patch) | |
tree | 2eb187ecb9503a4e898eec875c6198a9f428bf1d /plugins/Scriver/src/richutil.h | |
parent | 81b4f713089d7d2c3b65d5c74e5c12f85b5d7e55 (diff) |
Windows'98 compatibility code is not needed for years
Diffstat (limited to 'plugins/Scriver/src/richutil.h')
-rw-r--r-- | plugins/Scriver/src/richutil.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/Scriver/src/richutil.h b/plugins/Scriver/src/richutil.h deleted file mode 100644 index 797df9fd19..0000000000 --- a/plugins/Scriver/src/richutil.h +++ /dev/null @@ -1,38 +0,0 @@ -/*
-SRMM
-
-Copyright (c) 2000-09 Miranda ICQ/IM project,
-
-all portions of this codebase are copyrighted to the people
-listed in contributors.txt.
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*/
-#ifndef SRMM_RICHUTIL_H
-#define SRMM_RICHUTIL_H
-
-#define RWinVerMajor() LOBYTE(LOWORD(GetVersion()))
-
-typedef struct {
- HWND hwnd;
- RECT rect;
- int hasUglyBorder;
-} TRichUtil;
-
-void RichUtil_Load();
-void RichUtil_Unload();
-int RichUtil_SubClass(HWND hwndEdit);
-
-#endif
|