Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-07 06:39:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-07 06:39:00 +0400
commitfee66f7bc82659143ccfe62d66c18290ffd90174 (patch)
treed732cea21f99809813ac8004e6127bd21ba98ad8 /intern/ghost
parent17a4ba2c7c6911528c3bacac82c67132c7e4d5d3 (diff)
Code cleanup: defines for statfs were getting out of hand for BSD's.
add __DragonFly__ and internal defines to avoid copy-pasting checks. also remove __CYGWIN32__ check, since cygwin is no longer supported.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h
index c4b81677c18..2aef4ba16a5 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.h
+++ b/intern/ghost/intern/GHOST_SystemWin32.h
@@ -44,10 +44,6 @@
#include "GHOST_System.h"
-#if defined(__CYGWIN32__)
-# define __int64 long long
-#endif
-
class GHOST_EventButton;
class GHOST_EventCursor;
class GHOST_EventKey;