-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ターゲットwindowsをwindows7に上げる #548
Merged
berryzplus
merged 23 commits into
sakura-editor:master
from
berryzplus:feature/upgrade_target_winver
Oct 15, 2018
Merged
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
395c925
_WIN32_WINNTを_WIN32_WINNT_WIN7に更新
berryzplus 6667aba
vista以降チェックの方法を他に合わせる
berryzplus ccb4911
実効性がないバージョンチェックを除去
berryzplus b0fd56c
バージョン確認関数のリファクタリング
berryzplus 8409397
SDKの定数を独自定義するのをやめる
berryzplus abf3ab1
IsWin32NT除去
berryzplus 3707b82
HasWinHelpContentsProblem除去
berryzplus 9c013c8
OsSupportReconvertを除去
berryzplus 1beb197
IsWinV5forOfnを除去
berryzplus 53274ea
IsWinVista_or_laterを除去
berryzplus e14801a
IsWinXP_or_later除去
berryzplus 0ba38d4
IsWin2000_or_laterを除去
berryzplus b726762
IsWinMeを除去
berryzplus 17db5f6
IsWineを除去
berryzplus 46a149a
COsVersionInfo.hのインクルードを除去
berryzplus 66bffd0
不要となったファイルを除去
berryzplus 1b81d46
要らなくなったGetProcAddressを除去
berryzplus 24d519f
実効性のないコードを除去
berryzplus 05f6df4
CHtmlHelpを他実装に合わせる
berryzplus 1094464
古いOS向けのコメント除去
berryzplus 185e68e
固定配列にstd::vectorを使っていたのをやめる
berryzplus 3e54587
std::wstringをstd::unique_ptrに変える
berryzplus 8ca7819
std::unique_ptrを固定配列に変える
berryzplus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
黒翼猫さんが Windows 2000 で無理やり動作させた時は無力感を味わいながら諦めましょう…。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
大変お世話になってた気がするので、もし必要なら対応版ブランチを作る感じです。
きっと彼らは最新版追わないので影響ないんじゃないかと思ってます。