1 // ResizableVersion.h: interface for the CResizableVersion class.
3 /////////////////////////////////////////////////////////////////////////////
5 // This file is part of ResizableLib
6 // http://sourceforge.net/projects/resizablelib
8 // Copyright (C) 2000-2004 by Paolo Messina
9 // http://www.geocities.com/ppescher - mailto:ppescher@hotmail.com
11 // The contents of this file are subject to the Artistic License (the "License").
12 // You may not use this file except in compliance with the License.
13 // You may obtain a copy of the License at:
14 // http://www.opensource.org/licenses/artistic-license.html
16 // If you find this code useful, credits would be nice!
18 /////////////////////////////////////////////////////////////////////////////
20 #if !defined(AFX_RESIZABLEVERSION_H__INCLUDED_)
21 #define AFX_RESIZABLEVERSION_H__INCLUDED_
25 #endif // _MSC_VER > 1000
27 // global variables that hold actual version numbers
28 // retrieved and adapted at run-time to be equivalent
29 // to preprocessor macros that set the target platform
32 extern DWORD real_WIN32_IE
;
35 // called automatically by a static initializer
36 // (if not appropriate can be called later)
37 // to setup global version numbers
39 void InitRealVersions();
42 #endif // !defined(AFX_RESIZABLEVERSION_H__INCLUDED_)