mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
add the GET_MODULE_HANDLE_EX_* flags
svn path=/trunk/; revision=20786
This commit is contained in:
parent
3802b8636c
commit
771a737faa
1 changed files with 5 additions and 0 deletions
|
@ -520,6 +520,11 @@ extern "C" {
|
|||
#define RESTART_NOTIFY_SOLUTION 0x2
|
||||
#define RESTART_NOTIFY_FAULT 0x4
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
#define GET_MODULE_HANDLE_EX_FLAG_PIN 0x1
|
||||
#define GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT 0x2
|
||||
#define GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS 0x4
|
||||
#endif
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#ifndef _FILETIME_
|
||||
|
|
Loading…
Reference in a new issue