Leptonica 1.68
C Image Processing Library
|
00001 /*====================================================================* 00002 - Copyright (C) 2010 Leptonica. All rights reserved. 00003 - This software is distributed in the hope that it will be 00004 - useful, but with NO WARRANTY OF ANY KIND. 00005 - No author or distributor accepts responsibility to anyone for the 00006 - consequences of using this software, or for whether it serves any 00007 - particular purpose or works at all, unless he or she says so in 00008 - writing. Everyone is granted permission to copy, modify and 00009 - redistribute this source code, for commercial or non-commercial 00010 - purposes, with the following restrictions: (1) the origin of this 00011 - source code must not be misrepresented; (2) modified versions must 00012 - be plainly marked as such; and (3) this notice may not be removed 00013 - or altered from any source or modified source distribution. 00014 *====================================================================*/ 00015 00016 #ifdef _WIN32 00017 #ifndef LEPTONICA_LEPTWIN_H 00018 #define LEPTONICA_LEPTWIN_H 00019 00020 #include "allheaders.h" 00021 #include <windows.h> 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif /* __cplusplus */ 00026 00027 LEPT_DLL extern HBITMAP pixGetWindowsHBITMAP( PIX *pixs ); 00028 00029 #ifdef __cplusplus 00030 } 00031 #endif /* __cplusplus */ 00032 00033 #endif /* LEPTONICA_LEPTWIN_H */ 00034 #endif /* _WIN32 */