remove legacy typedefs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Basic Types definition
|
||||
* Nana C++ Library(http://www.nanapro.org)
|
||||
* Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com)
|
||||
* Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com)
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Filebox
|
||||
* Nana C++ Library(http://www.nanapro.org)
|
||||
* Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com)
|
||||
* Copyright(C) 2003-2017 Jinhao(cnjinhao@hotmail.com)
|
||||
*
|
||||
* Distributed under the Boost Software License, Version 1.0.
|
||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -44,7 +44,7 @@ namespace nana
|
||||
std::string name;
|
||||
::tm modified_time;
|
||||
bool directory;
|
||||
nana::long_long_t bytes;
|
||||
long long bytes;
|
||||
|
||||
friend listbox::iresolver& operator>>(listbox::iresolver& ires, item_fs& m)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user