Subversion Repositories spk

Rev

Rev 180 | Rev 185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 183
Line 23... Line 23...
23
 
23
 
24
typedef int s_int;
24
typedef int s_int;
25
 
25
 
26
#include "time.h"
26
#include "time.h"
27
#define ERRORLOG(n) Utils::String::Number(n) + " " + Utils::String::Number((long)time(NULL))
27
#define ERRORLOG(n) Utils::String::Number(n) + " " + Utils::String::Number((long)time(NULL))
28
#define ERRORLOG_OLD(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))
-
 
29
 
28
 
30
#define LIBRARYVERSION 2.30f
29
#define LIBRARYVERSION 2.30f
31
 
30
 
32
namespace SPK {
31
namespace SPK {
33
	void			SPKEXPORT AssignAutomaticFiletypes(const Utils::CStringList &list);
32
	void			SPKEXPORT AssignAutomaticFiletypes(const Utils::CStringList &list);