Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lmuseflg.h « include « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34162e4e556ae33f01403e4f7332fcea0b93789e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _LMUSEFLG_H
#define _LMUSEFLG_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif

#define USE_NOFORCE 0
#define USE_FORCE 1
#define USE_LOTS_OF_FORCE 2
#endif