[USER32] Add Ghost window class (#1082)

CORE-11944
This commit is contained in:
Katayama Hirofumi MZ 2018-12-02 18:51:44 +09:00 committed by GitHub
parent f5bd2c1f8d
commit 6a944b556a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 708 additions and 3 deletions

View file

@ -8,6 +8,9 @@
#pragma once
#define IDS_ERROR (2)
#define IDS_NOT_RESPONDING (3)
#define IDS_ASK_TERMINATE (4)
#define IDS_HUNG_UP_TITLE (5)
/*
* Button names IDs.
@ -26,3 +29,4 @@
#define IDS_HELP (808)
#define IDS_TRYAGAIN (809)
#define IDS_CONTINUE (810)