Code cleanup
This commit is contained in:
@@ -586,7 +586,7 @@ int RegisterWinClass(void)
|
|||||||
|
|
||||||
WNDCLASS wcl;
|
WNDCLASS wcl;
|
||||||
|
|
||||||
wcl.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE ;
|
wcl.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE;
|
||||||
wcl.cbClsExtra = 0;
|
wcl.cbClsExtra = 0;
|
||||||
wcl.cbWndExtra = 0;
|
wcl.cbWndExtra = 0;
|
||||||
wcl.hIcon = LoadIcon(NULL,IDI_APPLICATION);
|
wcl.hIcon = LoadIcon(NULL,IDI_APPLICATION);
|
||||||
|
|||||||
@@ -324,7 +324,6 @@ DWORD ZFileFindEnd() // for compatibility with windows later
|
|||||||
|
|
||||||
DWORD GetTime()
|
DWORD GetTime()
|
||||||
{
|
{
|
||||||
|
|
||||||
DWORD value;
|
DWORD value;
|
||||||
struct tm *newtime;
|
struct tm *newtime;
|
||||||
time_t long_time;
|
time_t long_time;
|
||||||
@@ -340,7 +339,6 @@ DWORD GetTime()
|
|||||||
|
|
||||||
DWORD GetDate()
|
DWORD GetDate()
|
||||||
{
|
{
|
||||||
|
|
||||||
DWORD value;
|
DWORD value;
|
||||||
struct tm *newtime;
|
struct tm *newtime;
|
||||||
time_t long_time;
|
time_t long_time;
|
||||||
|
|||||||
Reference in New Issue
Block a user