Update of /cvsroot/pywin32/pywin32/com/win32comext/ifilter/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30863
Modified Files:
Tag: py3k
PyIFilter.cpp
Log Message:
Allow to build with UNICODE defined
Index: PyIFilter.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/ifilter/src/PyIFilter.cpp,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -C2 -d -r1.6.4.1 -r1.6.4.2
*** PyIFilter.cpp 29 Aug 2008 08:32:47 -0000 1.6.4.1
--- PyIFilter.cpp 13 Sep 2008 16:21:29 -0000 1.6.4.2
***************
*** 354,358 ****
// Tell pywintypes that IFilter error messages can be extracted from
// query.dll
! HMODULE hmod = GetModuleHandle("query.dll");
if (hmod)
// According to FiltErr.h, "Codes 0x1700-0x172F are reserved for FILTER"
--- 354,358 ----
// Tell pywintypes that IFilter error messages can be extracted from
// query.dll
! HMODULE hmod = GetModuleHandle(_T("query.dll"));
if (hmod)
// According to FiltErr.h, "Codes 0x1700-0x172F are reserved for FILTER"
|