WindowsXP-SP1/shell/shell32/unicpp/dcompp.h
2020-09-30 16:53:49 +02:00

9 lines
126 B
C

#ifndef _DCOMPP_H_
#define _DCOMPP_H_
#define WM_UPDATEBITMAP (WM_USER+1)
BOOL RegisterCompPreviewClass();
#endif