RepositoryBrowser: Add drag handler
[TortoiseGit.git] / ext / ResizableLib / ResizableVersion.h
blobcd3c2ca4402a372c31cbe7731045a895be700bdc
1 // ResizableVersion.h: interface for the CResizableVersion class.
2 //
3 /////////////////////////////////////////////////////////////////////////////
4 //
5 // This file is part of ResizableLib
6 // http://sourceforge.net/projects/resizablelib
7 //
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_
23 #if _MSC_VER > 1000
24 #pragma once
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
31 #ifdef _WIN32_IE
32 extern DWORD real_WIN32_IE;
33 #endif
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_)