16 lines
141 B
C
16 lines
141 B
C
/*
|
|
* win_version.h
|
|
*
|
|
*/
|
|
|
|
#ifndef WIN_VERSION_H_
|
|
#define WIN_VERSION_H_
|
|
|
|
|
|
#define VMAJOR 2
|
|
#define VMINOR 1
|
|
|
|
|
|
|
|
#endif /* WIN_VERSION_H_ */
|