Changeset 38648
- Timestamp:
- 11/02/10 22:44:17 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/tmp/dwmedit
- Files:
-
- 3 modified
-
DWMEdit.sln (modified) (1 diff)
-
DWMEdit.vcxproj (modified) (1 diff)
-
WindowsVersionHelp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/tmp/dwmedit/DWMEdit.sln
r38646 r38648 2 2 Microsoft Visual Studio Solution File, Format Version 11.00 3 3 # Visual C++ Express 2010 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = " dwmtest", "dwmtest.vcxproj", "{A41D6832-83C2-4432-8E6D-8156F3C0C2EC}"4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DWMEdit", "DWMEdit.vcxproj", "{A41D6832-83C2-4432-8E6D-8156F3C0C2EC}" 5 5 EndProject 6 6 Global -
lang/objective-cplusplus/i3/trunk/tmp/dwmedit/DWMEdit.vcxproj
r38645 r38648 13 13 <ItemGroup> 14 14 <ClCompile Include="BlurEditController.cc" /> 15 <ClCompile Include="DWM Test2.cc" />15 <ClCompile Include="DWMEdit.cc" /> 16 16 </ItemGroup> 17 17 <ItemGroup> -
lang/objective-cplusplus/i3/trunk/tmp/dwmedit/WindowsVersionHelp.h
r38647 r38648 8 8 #include <dwmapi.h> 9 9 #include <dbghelp.h> 10 #include <tchar.h> 10 11 11 12 … … 99 100 #define SET_DLL_ADDRESS(module, name) \ 100 101 { /* strict aliasing */ \ 101 uintptr_t pointer = (uintptr_t)&this->name; \102 uintptr_t pointer = (uintptr_t)&this->name; \ 102 103 uintptr_t* pointer2 = (uintptr_t*)pointer; \ 103 104 *pointer2 = (uintptr_t)GetProcAddress(module, #name); \
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)