Starmap image generator, preview 1
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2254 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
#ifndef _PORT_H
|
||||
#define _PORT_H
|
||||
|
||||
#if defined(WIN32) && defined(_MSC_VER)
|
||||
# include <direct.h>
|
||||
# include <getopt.h>
|
||||
# define inline __inline
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define inline __inline__
|
||||
#endif
|
||||
|
||||
#define countof(a) ( sizeof(a)/sizeof(*a) )
|
||||
|
||||
#endif /* _PORT_H */
|
||||
|
||||
Reference in New Issue
Block a user