diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-28 20:04:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-28 20:04:41 +0300 |
commit | 96171674a3c346419d490705d4e3b4e53d2f8ae4 (patch) | |
tree | c5ef7f965904170396d3f9944ed874fb6c18b91d | |
parent | 6ece128aa05aa29700bed8a4ddf2890eaf4d19eb (diff) |
code cleaning
-rw-r--r-- | include/win2k.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/win2k.h b/include/win2k.h index 08a853c599..69cd94a263 100644 --- a/include/win2k.h +++ b/include/win2k.h @@ -25,19 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef WIN2K_H__
#define WIN2K_H__ 1
-/*
-This file was made to define the new constants normally provided by the windows
-sdk you can get from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
-To not need to install the whole sdk you can simply comment out the following lines.
-To make myself clear, you are supposed to use the sdk, this is just a work around.
-
-All constants are normally declared in winuser.h
-
-File created by Christian Kostner, and tweaked a bit by Richard Hughes*/
-
-#define WinVerMajor() LOBYTE(LOWORD(GetVersion()))
-#define WinVerMinor() HIBYTE(LOWORD(GetVersion()))
-
// put stuff that's not apart of any SDKs but is used nonetheless
#if _MSC_VER >= 1300
|