comparison src/dmres.h @ 1009:6c409806871f

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 03:57:33 +0200
parents 9ab4fb6458f9
children 6436d80ae0fc
comparison
equal deleted inserted replaced
1008:bfc38ecad1d4 1009:6c409806871f
34 DRF_PRELOAD_RES = 0x0008, 34 DRF_PRELOAD_RES = 0x0008,
35 }; 35 };
36 36
37 enum 37 enum
38 { 38 {
39 DMF_PERSIST = 0x0001, // Persist loaded RAW resource 39 DMF_PERSIST = 0x00001, // Persist loaded RAW resource
40 DMF_TEMPORARY = 0x0002, 40 DMF_TEMPORARY = 0x00002,
41 DMF_UNALLOCATED = 0x0004, // The raw data is not allocated, so do not free it 41 DMF_UNALLOCATED = 0x00004, // The raw data is not allocated, so do not free it
42 DMF_LOADED_RAW = 0x1000, // Raw data has been loaded 42 DMF_LOADED_RAW = 0x01000, // Raw data has been loaded
43 DMF_LOADED_RES = 0x2000, // Resource has been loaded 43 DMF_LOADED_RES = 0x02000, // Resource has been loaded
44 }; 44 };
45 45
46 46
47 /* Typedefs and structures 47 /* Typedefs and structures
48 */ 48 */