mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:52:57 +00:00
[GENDIB]
Fix formatting svn path=/trunk/; revision=55997
This commit is contained in:
parent
d2e6e7b9d0
commit
10dabf2876
1 changed files with 576 additions and 576 deletions
|
@ -117,14 +117,14 @@
|
||||||
#define ROPCODE_GENERIC 256 /* Special case */
|
#define ROPCODE_GENERIC 256 /* Special case */
|
||||||
|
|
||||||
typedef struct _ROPINFO
|
typedef struct _ROPINFO
|
||||||
{
|
{
|
||||||
unsigned RopCode;
|
unsigned RopCode;
|
||||||
const char *Name;
|
const char *Name;
|
||||||
const char *Operation;
|
const char *Operation;
|
||||||
int UsesDest;
|
int UsesDest;
|
||||||
int UsesSource;
|
int UsesSource;
|
||||||
int UsesPattern;
|
int UsesPattern;
|
||||||
}
|
}
|
||||||
ROPINFO, *PROPINFO;
|
ROPINFO, *PROPINFO;
|
||||||
|
|
||||||
#define FLAG_PATTERNSURFACE 0x01
|
#define FLAG_PATTERNSURFACE 0x01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue