Merge branch 'loaden-develop' into develop
This commit is contained in:
commit
9692283dfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ bii/deps/*
|
|||||||
build/vc2013-bkl/*
|
build/vc2013-bkl/*
|
||||||
build/makefile-bkl/*
|
build/makefile-bkl/*
|
||||||
build/compile_commands.json
|
build/compile_commands.json
|
||||||
|
build/install_manifest.txt
|
||||||
*.obj
|
*.obj
|
||||||
*.exe
|
*.exe
|
||||||
*.pdb
|
*.pdb
|
||||||
|
@ -208,7 +208,7 @@ namespace nana{ namespace system{
|
|||||||
memcpy(addr, buf, size);
|
memcpy(addr, buf, size);
|
||||||
::GlobalUnlock(g);
|
::GlobalUnlock(g);
|
||||||
|
|
||||||
unsigned data_format;
|
unsigned data_format = CF_MAX;
|
||||||
switch(fmt)
|
switch(fmt)
|
||||||
{
|
{
|
||||||
case format::text: data_format = CF_UNICODETEXT; break;
|
case format::text: data_format = CF_UNICODETEXT; break;
|
||||||
@ -244,7 +244,7 @@ namespace nana{ namespace system{
|
|||||||
#if defined(NANA_WINDOWS)
|
#if defined(NANA_WINDOWS)
|
||||||
if(::OpenClipboard(::GetFocus()))
|
if(::OpenClipboard(::GetFocus()))
|
||||||
{
|
{
|
||||||
unsigned data_format;
|
unsigned data_format = CF_MAX;
|
||||||
switch(fmt)
|
switch(fmt)
|
||||||
{
|
{
|
||||||
case format::text: data_format = CF_UNICODETEXT; break;
|
case format::text: data_format = CF_UNICODETEXT; break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user