Use static method
[TortoiseGit.git] / ext / scintilla / win32 / PlatWin.h
blob40c95bf40b156ce04af70888594a4787980e7908
1 // Scintilla source code edit control
2 /** @file PlatWin.h
3 ** Implementation of platform facilities on Windows.
4 **/
5 // Copyright 1998-2011 by Neil Hodgson <neilh@scintilla.org>
6 // The License.txt file describes the conditions under which this software may be distributed.
8 extern bool IsNT();
9 extern void Platform_Initialise(void *hInstance);
10 extern void Platform_Finalise();
12 #if defined(USE_D2D)
13 extern bool LoadD2D();
14 extern ID2D1Factory *pD2DFactory;
15 extern IDWriteFactory *pIDWriteFactory;
16 #endif