Changeset 30593 for lang/cplusplus
- Timestamp:
- 02/27/09 20:39:44 (4 years ago)
- Location:
- lang/cplusplus/i3/trunk
- Files:
-
- 2 modified
-
Makefile.am (modified) (2 diffs)
-
src/mol/include/mol/os-windows/PrecompiledHeaders.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/trunk/Makefile.am
r30560 r30593 57 57 include am/i3_test_debug.am 58 58 include am/mol_test_debug.am 59 include am/fakecygpty.am 59 60 60 61 if ENABLE_DEBUG … … 69 70 cd ${top_distdir} && sh ${abs_top_srcdir}/scripts/clean_distdir.sh 70 71 71 if WITH_CYGWIN72 # fakecygpty.exe73 include am/fakecygpty.am74 endif75 76 72 # copy locale file for windows 77 73 windows-locale: -
lang/cplusplus/i3/trunk/src/mol/include/mol/os-windows/PrecompiledHeaders.h
r30248 r30593 12 12 #include <windows.h> 13 13 #define BOOL WINBOOL 14 #elif !defined(__CYGWIN__) 14 #endif 15 16 #ifdef __CYGWIN__ 17 #ifndef _T 18 #define _T TEXT 19 #endif 20 #else 15 21 #include <winsock2.h> 16 #include < windows.h>22 #include <tchar.h> 17 23 #endif 18 24 … … 28 34 #include <uxtheme.h> 29 35 30 #ifdef __CYGWIN__31 #ifndef _T32 #define _T TEXT33 #endif34 #else35 #include <tchar.h>36 #endif37 38 36 #ifndef __GNUC__ 39 37 #include <pdh.h>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)