mirror of https://git.wuffs.org/MWCC
1 line
308 B
C
Executable File
1 line
308 B
C
Executable File
/*
|
|
DropInPanelWin32.h
|
|
|
|
This is the old name for the file that is now called CWDropInPanel.h.
|
|
It is here for backward compatibility with older panels. New panels
|
|
should include CWDropInPanel.h instead.
|
|
*/
|
|
|
|
#ifndef __DROPINPANELWIN32_H__
|
|
#define __DROPINPANELWIN32_H__
|
|
|
|
#include "CWDropInPanel.h"
|
|
|
|
#endif
|