OSDN Git Service

Corrected an English sentence.
[tortoisegit/TortoiseGitJp.git] / ext / ResizableLib / ResizableVersion.h
1 // ResizableVersion.h: interface for the CResizableVersion class.\r
2 //\r
3 /////////////////////////////////////////////////////////////////////////////\r
4 //\r
5 // This file is part of ResizableLib\r
6 // http://sourceforge.net/projects/resizablelib\r
7 //\r
8 // Copyright (C) 2000-2004 by Paolo Messina\r
9 // http://www.geocities.com/ppescher - mailto:ppescher@hotmail.com\r
10 //\r
11 // The contents of this file are subject to the Artistic License (the "License").\r
12 // You may not use this file except in compliance with the License. \r
13 // You may obtain a copy of the License at:\r
14 // http://www.opensource.org/licenses/artistic-license.html\r
15 //\r
16 // If you find this code useful, credits would be nice!\r
17 //\r
18 /////////////////////////////////////////////////////////////////////////////\r
19 \r
20 #if !defined(AFX_RESIZABLEVERSION_H__INCLUDED_)\r
21 #define AFX_RESIZABLEVERSION_H__INCLUDED_\r
22 \r
23 #if _MSC_VER > 1000\r
24 #pragma once\r
25 #endif // _MSC_VER > 1000\r
26 \r
27 // global variables that hold actual version numbers\r
28 // retrieved and adapted at run-time to be equivalent\r
29 // to preprocessor macros that set the target platform\r
30 \r
31 extern DWORD realWINVER;\r
32 \r
33 #ifdef _WIN32_WINDOWS\r
34 extern DWORD real_WIN32_WINDOWS;\r
35 #endif\r
36 \r
37 #ifdef _WIN32_WINNT\r
38 extern DWORD real_WIN32_WINNT;\r
39 #endif\r
40 \r
41 #ifdef _WIN32_IE\r
42 extern DWORD real_WIN32_IE;\r
43 #endif\r
44 \r
45 // called automatically by a static initializer\r
46 // (if not appropriate can be called later)\r
47 // to setup global version numbers\r
48 \r
49 void InitRealVersions();\r
50 \r
51 \r
52 #endif // !defined(AFX_RESIZABLEVERSION_H__INCLUDED_)\r