• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision3d65d2e97bfdf70a1f87521c5b6032118858bcec (tree)
Time2012-03-12 22:13:57
Authorqwerty2501 <qwerty2501users.sourceforge.jp>
Commiterqwerty2501

Log Message

マニフェスト変更

Change Summary

Incremental Difference

Binary files a/nlite.suo and b/nlite.suo differ
--- a/nlite/nlite.cpp
+++ b/nlite/nlite.cpp
@@ -19,10 +19,16 @@ CAppModule _Module;
1919 int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE,
2020 LPTSTR lpCmdLine, int nCmdShow)
2121 {
22+ INITCOMMONCONTROLSEX icmc;
23+ icmc.dwSize = sizeof(icmc);
24+ icmc.dwICC = ICC_WIN95_CLASSES;
25+ InitCommonControlsEx(&icmc);
2226 HINSTANCE hRich = LoadLibrary(CRichEditCtrl::GetLibraryName());
2327 int nRet = -1;
2428 try{
25-
29+
30+
31+
2632 //
2733 //アプリケケーション初期化処理
2834 //
--- a/nlite/nlite.exe.manifest
+++ b/nlite/nlite.exe.manifest
@@ -1,11 +1,18 @@
11 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-<assemblyIdentity
4- version="1.0.0.0"
5- processorArchitecture="X86"
6- name="CompanyName.ProductName.nlite"
7- type="win32"
8-/>
3+ <assemblyIdentity
4+ version="1.0.0.0"
5+ processorArchitecture="X86"
6+ name="CompanyName.ProductName.nlite"
7+ type="win32">
8+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
9+ <security>
10+ <requestedPrivileges>
11+ <requestedExecutionLevel level="asInvoker"/>
12+ </requestedPrivileges>
13+ </security>
14+ </trustInfo>
15+ </assemblyIdentity>
916 <description>アプリケーションの説明</description>
1017 <dependency>
1118 <dependentAssembly>
--- a/nlite/nlite.rc
+++ b/nlite/nlite.rc
@@ -1,5 +1,5 @@
1-// Generated by ResEdit 1.5.9
2-// Copyright (C) 2006-2011
1+// Generated by ResEdit 1.5.10
2+// Copyright (C) 2006-2012
33 // http://www.resedit.net
44
55 #include <windows.h>
@@ -208,4 +208,4 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
208208 // Manifest resources
209209 //
210210 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
211-CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "nlite.exe.manifest"
211+2 RT_MANIFEST ".\\nlite.exe.manifest"
--- a/nlite/nlite.vcxproj
+++ b/nlite/nlite.vcxproj
@@ -28,27 +28,27 @@
2828 <ConfigurationType>Application</ConfigurationType>
2929 <UseDebugLibraries>true</UseDebugLibraries>
3030 <CharacterSet>Unicode</CharacterSet>
31- <UseOfAtl>Static</UseOfAtl>
31+ <UseOfAtl>false</UseOfAtl>
3232 </PropertyGroup>
3333 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="Configuration">
3434 <ConfigurationType>Application</ConfigurationType>
3535 <UseDebugLibraries>true</UseDebugLibraries>
3636 <CharacterSet>Unicode</CharacterSet>
37- <UseOfAtl>Static</UseOfAtl>
37+ <UseOfAtl>false</UseOfAtl>
3838 </PropertyGroup>
3939 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4040 <ConfigurationType>Application</ConfigurationType>
4141 <UseDebugLibraries>false</UseDebugLibraries>
4242 <WholeProgramOptimization>true</WholeProgramOptimization>
4343 <CharacterSet>Unicode</CharacterSet>
44- <UseOfAtl>Static</UseOfAtl>
44+ <UseOfAtl>false</UseOfAtl>
4545 </PropertyGroup>
4646 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'" Label="Configuration">
4747 <ConfigurationType>Application</ConfigurationType>
4848 <UseDebugLibraries>false</UseDebugLibraries>
4949 <WholeProgramOptimization>true</WholeProgramOptimization>
5050 <CharacterSet>Unicode</CharacterSet>
51- <UseOfAtl>Static</UseOfAtl>
51+ <UseOfAtl>false</UseOfAtl>
5252 </PropertyGroup>
5353 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5454 <ImportGroup Label="ExtensionSettings">
@@ -254,7 +254,9 @@ copy "$(targetdir)nlite.exe" "$(targetdir)nlite_preview\" /y
254254 <ResourceCompile Include="nlite.rc" />
255255 </ItemGroup>
256256 <ItemGroup>
257- <Manifest Include="nlite.exe.manifest" />
257+ <Manifest Include="nlite.exe.manifest">
258+ <SubType>Designer</SubType>
259+ </Manifest>
258260 </ItemGroup>
259261 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
260262 <ImportGroup Label="ExtensionTargets">
--- a/nlite/targetver.h
+++ b/nlite/targetver.h
@@ -6,8 +6,20 @@
66 // SDKDDKVer.h をインクルードする前に、サポート対象とするプラットフォームを示すように _WIN32_WINNT マクロを設定します。
77
88 #include <WinSDKVer.h>
9-#define _WIN32_WINNT 0x0501 //WindowsXPのバージョン
10-#define WINVER 0x0501 //WindowsXPのバージョン
9+#ifndef WINVER // 最低限必要なプラットフォームが Windows XP であることを指定します。
10+#define WINVER 0x0501 // これを Windows の他のバージョン向けに適切な値に変更してください。
11+#endif
12+#ifndef _WIN32_WINNT // 最低限必要なプラットフォームが Windows XP であることを指定します。
13+#define _WIN32_WINNT 0x0501 // これを Windows の他のバージョン向けに適切な値に変更してください。
14+#endif
15+
16+#ifndef _WIN32_WINDOWS // 最低限必要なプラットフォームが Windows 98 であることを指定します。
17+#define _WIN32_WINDOWS 0x0410 // これを Windows Me またはそれ以降のバージョン向けに適切な値に変更してください。
18+#endif
19+
20+#ifndef _WIN32_IE // 最低限必要なプラットフォームが Internet Explorer 6.0 であることを指定します。
21+#define _WIN32_IE 0x0600
22+#endif
1123
1224 #define NTDDI_VERSION NTDDI_WINXPSP3
1325
--- a/shareCookie/shareCookie.c
+++ b/shareCookie/shareCookie.c
@@ -337,6 +337,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
337337
338338 //保護モードフラグがTRUEならIEGetProtectedModeCookieでクッキーの値を取得
339339 if(isProtectedMode == TRUE){
340+
340341 cookieResult = IEGetProtectedModeCookie(url,key,cookie,&bufSize,0);
341342
342343