23 lines
667 B
C
23 lines
667 B
C
/*
|
|
*=======================================================================================
|
|
* Name :constant.h
|
|
*
|
|
* Author : VL Date :16/07/97
|
|
*
|
|
* Description :constant for vss data manager
|
|
*=======================================================================================
|
|
* Modification -> Author : Date :
|
|
* Description :
|
|
*=======================================================================================
|
|
*/
|
|
|
|
#ifndef __CONSTANT_H__
|
|
#define __CONSTANT_H__
|
|
|
|
/*
|
|
* constant for main window min size
|
|
*/
|
|
#define C_iMainMinWidth 300
|
|
#define C_iMainMinHeight 300
|
|
|
|
#endif /*__CONSTANT_H__*/ |