9 lines
118 B
C
9 lines
118 B
C
|
#ifndef _DCOMPP_H_
|
||
|
#define _DCOMPP_H_
|
||
|
|
||
|
#define WM_UPDATEBITMAP (WM_USER+1)
|
||
|
|
||
|
BOOL RegisterCompPreviewClass();
|
||
|
|
||
|
#endif
|