summaryrefslogtreecommitdiff
path: root/phnxdeco/phnxver.h
blob: 268b11b038436e7d0bf0f75517b10006201815a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**********************************************
**
**
**	Defines for PhnxVer
**
**
***********************************************/

#include	<stdio.h>

#ifdef __LINUX_NOW__
#define SftPlatform		"Linux"
#else
#define SftPlatform		"DOS32"
#endif

#define SftVersion      "0.33 ("SftPlatform")"