Changeset 14910
- Timestamp:
- 2007-12-12 09:41:42 (1 year ago)
- Files:
-
- indexers/trunk/mgpp/jni/MGPPRetrieveWrapperImpl.cpp (modified) (1 diff)
- indexers/trunk/mgpp/jni/MGPPSearchWrapperImpl.cpp (modified) (1 diff)
- indexers/trunk/mgpp/jni/MGPPWrapperImpl.cpp (modified) (1 diff)
- indexers/trunk/mgpp/lib/longlong.h (modified) (1 diff)
- indexers/trunk/mgpp/lib/sysfuncs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
indexers/trunk/mgpp/jni/MGPPRetrieveWrapperImpl.cpp
r14463 r14910 18 18 */ 19 19 #ifdef __WIN32__ 20 #include < WIN32cfg.h>20 #include <win32cfg.h> 21 21 #include <strstream> 22 22 #include <sstream> indexers/trunk/mgpp/jni/MGPPSearchWrapperImpl.cpp
r14463 r14910 18 18 */ 19 19 #ifdef __WIN32__ 20 #include < WIN32cfg.h>20 #include <win32cfg.h> 21 21 #include <strstream> 22 22 #include <sstream> indexers/trunk/mgpp/jni/MGPPWrapperImpl.cpp
r13479 r14910 1 1 #ifdef __WIN32__ 2 #include < WIN32cfg.h>2 #include <win32cfg.h> 3 3 #include <strstream> 4 4 #include <sstream> indexers/trunk/mgpp/lib/longlong.h
r3365 r14910 25 25 #ifdef HAVE_CONFIG_H 26 26 # ifdef __WIN32__ 27 # include < WIN32cfg.h>27 # include <win32cfg.h> 28 28 # else 29 29 # include <config.h> indexers/trunk/mgpp/lib/sysfuncs.h
r3365 r14910 31 31 #ifdef HAVE_CONFIG_H 32 32 # ifdef __WIN32__ 33 # include < WIN32cfg.h>33 # include <win32cfg.h> 34 34 # else 35 35 # include <config.h>
