diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-16 13:47:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-16 13:47:55 +0000 |
commit | 25b8dcd3e31a9b09ce6180d34273d68242791d79 (patch) | |
tree | 7070e154406e1ca15577dea410fc7a4c076c22df /protocols/MRA/src/Sdk/timefuncs.h | |
parent | b80e5c3c33cff078b6e01ef79fd83bb176d6d00a (diff) |
removed not needed _MSC_VER checks
git-svn-id: http://svn.miranda-ng.org/main/trunk@6085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/Sdk/timefuncs.h')
-rw-r--r-- | protocols/MRA/src/Sdk/timefuncs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/MRA/src/Sdk/timefuncs.h b/protocols/MRA/src/Sdk/timefuncs.h index 976abd1792..8ac5a80edf 100644 --- a/protocols/MRA/src/Sdk/timefuncs.h +++ b/protocols/MRA/src/Sdk/timefuncs.h @@ -30,11 +30,7 @@ #if !defined(AFX_TIME_FUNCS__H__INCLUDED_)
#define AFX_TIME_FUNCS__H__INCLUDED_
-
-
-#if _MSC_VER > 1000
#pragma once
-#endif // _MSC_VER > 1000
#include <windows.h>
#include <time.h>
|