--- Merging r37128 into '.':

U    rtl/win/wininc/base.inc
U    rtl/win/wininc/defines.inc
 G   .
--- Recording mergeinfo for merge of r37128 into '.':
 G   .

git-svn-id: tags/release_3_0_4@37129 -
This commit is contained in:
marco 2017-09-03 15:09:08 +00:00
commit f16932bef5
2 changed files with 3 additions and 0 deletions

View File

@ -83,7 +83,9 @@
INT_PTR = PtrInt;
PINT_PTR = ^INT_PTR;
UINT_PTR = PtrUInt;
PUINT_PTR = ^UINT_PTR;
LONG_PTR = PtrInt;
ULONG_PTR = PtrUInt;
DWORD_PTR = ULONG_PTR;

View File

@ -2309,6 +2309,7 @@
SC_MANAGER_MODIFY_BOOT_CONFIG = 32;
{ PostMessage }
HWND_BROADCAST = HWND($FFFF);
WND_MESSAGE = HWND(-3);
{ PrepareTape }