comparison Wnn/include/commonhd.h @ 9:bcc6b3ca758e

now _SERVER_VERSION includes revision from hg.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 21 Dec 2007 17:22:21 +0900
parents 76281fa7934f
children fc3022f61fc7
comparison
equal deleted inserted replaced
8:76281fa7934f 9:bcc6b3ca758e
37 * Common header 37 * Common header
38 ****************/ 38 ****************/
39 #include <stdio.h> 39 #include <stdio.h>
40 40
41 #define JSERVER_VERSION 0x4200 /* minor version */ 41 #define JSERVER_VERSION 0x4200 /* minor version */
42 #define _SERVER_VERSION "FreeWnn mercurial" 42 //#define _SERVER_VERSION "FreeWnn mercurial"
43 #include "build_stamp.h"
43 44
44 #include "wnnerror.h" 45 #include "wnnerror.h"
45 46
46 #ifndef JS 47 #ifndef JS
47 typedef unsigned int UINT; 48 typedef unsigned int UINT;