c88bb51c3c
* Makefile.in: Increment version. * include/w32api.h: Ditto. * lib/Makefile.in: Add usr/ to install directory special for cygwin.
9 lines
164 B
C
9 lines
164 B
C
#ifndef _W32API_H_
|
|
#define _W32API_H_
|
|
|
|
#define __W32API_VERSION 1.1
|
|
#define __W32API_MAJOR_VERSION 1
|
|
#define __W32API_MINOR_VERSION 1
|
|
|
|
#endif /* ndef _W32API_H_ */
|