Changeset 38676
- Timestamp:
- 11/15/10 20:40:42 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/tmp/dwmedit
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
WindowsVersionHelp.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/tmp/dwmedit/Makefile
r38652 r38676 1 1 DWMEdit.exe: DWMEdit.cc BlurEditController.cc 2 g++ $< -o $@ -Wall -Wextra -Wno-missing-field-initializers -O3 -mwindows -DUNICODE -D_UNICODE -lcomctl32 -g BlurEditController.cc 2 g++ $< -o $@ -Wall -Wextra -Wno-missing-field-initializers -O3 -mwindows -DUNICODE -D_UNICODE -lcomctl32 -g BlurEditController.cc -DDWMEDIT_TEST 3 3 4 4 clean: -
lang/objective-cplusplus/i3/trunk/tmp/dwmedit/WindowsVersionHelp.h
r38656 r38676 3 3 #include <windows.h> 4 4 5 #ifdef _MSC_VER 6 #define HAVE_UXTHEME_H 1 7 #define HAVE_DWMAPI_H 1 8 #define HAVE_DBGHELP_H 1 9 #define HAVE_HPAINTBUFFER 1 5 #ifdef DWMEDIT_TEST 6 # ifdef _MSC_VER 7 # define HAVE_UXTHEME_H 1 8 # define HAVE_DWMAPI_H 1 9 # define HAVE_DBGHELP_H 1 10 # define HAVE_HPAINTBUFFER 1 11 # endif 12 #else 13 # ifndef MIL_CONFIG_H_INCLUDED 14 # error config.h 15 # endif 10 16 #endif 11 17 … … 25 31 26 32 #ifdef HAVE_UXTHEME_H 27 # include <uxtheme.h>33 #include <uxtheme.h> 28 34 #else 29 35 namespace windows_version_help { … … 146 152 }; 147 153 154 extern WindowsVersionHelpDLL dll; 155 148 156 } 149 157
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)