|
Revision 204, 0.7 kB
(checked in by smjg, 5 years ago)
|
Started the MinGW 3.10 ball rolling. Filled in a few odd enum types
|
| Line | |
|---|
| 1 |
/***********************************************************************\ |
|---|
| 2 |
* lmuseflg.d * |
|---|
| 3 |
* * |
|---|
| 4 |
* Windows API header module * |
|---|
| 5 |
* * |
|---|
| 6 |
* Translated from MinGW API for MS-Windows 3.10 * |
|---|
| 7 |
* * |
|---|
| 8 |
* Placed into public domain * |
|---|
| 9 |
\***********************************************************************/ |
|---|
| 10 |
module win32.lmuseflg; |
|---|
| 11 |
|
|---|
| 12 |
enum : uint { |
|---|
| 13 |
USE_NOFORCE = 0, |
|---|
| 14 |
USE_FORCE, |
|---|
| 15 |
USE_LOTS_OF_FORCE // = 2 |
|---|
| 16 |
} |
|---|