- Add some defines

svn path=/trunk/; revision=42686
This commit is contained in:
Dmitry Chapyshev 2009-08-15 09:49:01 +00:00
parent a3baeefe3a
commit 432c08cdc0
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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