6 lines
170 B
C
6 lines
170 B
C
|
#include <objbase.h>
|
||
|
|
||
|
extern HANDLE g_hShellHWDetectionThread;
|
||
|
extern const WCHAR g_szShellHWDetectionInitCompleted[];
|
||
|
|
||
|
HRESULT _CompleteShellHWDetectionInitialization();
|