forked from shirookad/EncoX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added UTF8 Support for window title (EncoDesktop, EncoShared)
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. | ||
// EncoShared.pch ist der vorkompilierte Header. | ||
// stdafx.obj enthält die vorkompilierten Typinformationen. | ||
|
||
#include "stdafx.h" | ||
|
||
// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H | ||
// und nicht in dieser Datei erforderlich sind. | ||
ENCOSHAREDAPI std::wstring_convert<std::codecvt_utf8<wchar_t>> enco::g_utf8conv; |
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