mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +00:00
- Add some defines
svn path=/trunk/; revision=42686
This commit is contained in:
parent
a3baeefe3a
commit
432c08cdc0
2 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,10 @@ extern "C" {
|
|||
#ifndef mmioFOURCC
|
||||
#define mmioFOURCC(c0,c1,c2,c3) MAKEFOURCC(c0,c1,c2,c3)
|
||||
#endif
|
||||
|
||||
#define MM_MICROSOFT 1 /* Microsoft Corp. */
|
||||
#define MM_CREATIVE 2 /* Creative labs */
|
||||
|
||||
#define MM_JOY1MOVE 0x3A0
|
||||
#define MM_JOY2MOVE 0x3A1
|
||||
#define MM_JOY1ZMOVE 0x3A2
|
||||
|
|
|
@ -18,6 +18,8 @@ extern "C" {
|
|||
#pragma warning(disable:4820)
|
||||
#endif
|
||||
|
||||
#define PROCESS_NAME_NATIVE 1
|
||||
|
||||
#define FILE_ENCRYPTABLE 0
|
||||
#define FILE_IS_ENCRYPTED 1
|
||||
#define FILE_SYSTEM_ATTR 2
|
||||
|
|
Loading…
Reference in a new issue