📄 jutils.h
字号:
//////////////////////////////////////////////////////////////////
///
/// (C) 2007: Yuriy Soroka <ysoroka@scalingweb.com>
/// Anton Fedoruk <afedoruk@scalingweb.com>
///
//////////////////////////////////////////////////////////////////
#ifndef __JUtils_h__
#define __JUtils_h__
#include "time.h"
#ifdef WIN32
# define JSTREAM_EXPORT __declspec(dllexport)
#else
# define JSTREAM_EXPORT
#endif
///
/// Jlobal utility methods
///
class JSTREAM_EXPORT JUtils
{
public:
static time_t filetimeToUnixTime( int* fileTime );
};
#endif // __JUtils_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -