summaryrefslogtreecommitdiff
path: root/include/m_system.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-28 11:24:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-28 11:24:26 +0000
commita3017b9a528c574ef52d4e4e8ea8e5360006a166 (patch)
tree6fd4dbe29e1e4bfeb3aa516bbdcd7a86f1be1860 /include/m_system.h
parent2962c09b72e3f26c6057077db721a9c6fe3ae180 (diff)
new header to isolate Miranda from windows.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@9977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_system.h')
-rw-r--r--include/m_system.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/m_system.h b/include/m_system.h
index c8e48e1df4..78c09d2f7d 100644
--- a/include/m_system.h
+++ b/include/m_system.h
@@ -21,12 +21,12 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
#ifndef M_SYSTEM_H__
#define M_SYSTEM_H__ 1
#include <tchar.h>
-
#ifndef MIRANDANAME
#define MIRANDANAME "Miranda NG"
#endif
@@ -40,10 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#ifndef _MSC_VER
-// #ifndef FORCEINLINE
-// #define FORCEINLINE __inline
-// #endif
-// #define __forceinline static FORCEINLINE
#define __forceinline inline __attribute__ ((always_inline))
#else
#pragma warning(disable:4244 4245)