mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:53:02 +00:00
[MSPORTS]
Fix build svn path=/trunk/; revision=51867
This commit is contained in:
parent
2ccbf80288
commit
16c69e2493
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ typedef struct _COMDB
|
||||||
HKEY hKey;
|
HKEY hKey;
|
||||||
DWORD dwSize;
|
DWORD dwSize;
|
||||||
PBYTE pBitmap;
|
PBYTE pBitmap;
|
||||||
|
PBYTE pData;
|
||||||
} COMDB, *PCOMDB;
|
} COMDB, *PCOMDB;
|
||||||
|
|
||||||
|
|
||||||
|
@ -214,4 +215,4 @@ done:;
|
||||||
return lError;
|
return lError;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue