NcEngine
HWNDForwardDecl.h
1#pragma once
2
3#ifndef _WINDEF_
4class HWND__;
5typedef HWND__* HWND;
6#endif