summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-13 11:36:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-13 11:36:51 +0100
commitfeb041170121b703ddb48cc02c2e0c9ccfd94e7c (patch)
treee7c96fef7e6aae625e22bdbe32e93986200f69fc /src/system.h
parent5ebbe3d69ae442d5f751137cf000012870ba85a7 (diff)
downloadbiruda-feb041170121b703ddb48cc02c2e0c9ccfd94e7c.tar.gz
biruda-feb041170121b703ddb48cc02c2e0c9ccfd94e7c.tar.bz2
renamed sleep.h to port.h (for easy porting macros for Windows/Unix)
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h
index de55571..196b676 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,10 +1,6 @@
#ifndef _BIRUDA_SYSTEM_HEADER_INCLUDED
#define _BIRUDA_SYSTEM_HEADER_INCLUDED
-#ifdef _WIN32
-#define snprintf _snprintf
-#endif
-
#include <sys/types.h>
unsigned int system_available_cpus( void );