mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
This reverts commit 1adefd180c
. ReactOS wouldn't startup.
This commit is contained in:
parent
1adefd180c
commit
99b055a506
6 changed files with 19 additions and 195 deletions
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
* PROJECT: ReactOS header
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Ghost window
|
||||
* COPYRIGHT: Copyright 2018 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
|
||||
*/
|
||||
#ifndef REACTOS_GHOST_WND_INCLUDED
|
||||
#define REACTOS_GHOST_WND_INCLUDED
|
||||
|
||||
#define GHOSTCLASSNAME L"Ghost"
|
||||
#define GHOST_PROP L"GhostProp"
|
||||
|
||||
typedef struct GHOST_DATA
|
||||
{
|
||||
HWND hwndTarget;
|
||||
HBITMAP hbm32bpp;
|
||||
BOOL bDestroyTarget;
|
||||
} GHOST_DATA;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue