aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/General/gen_ml/comboskin.h
blob: c3fbbdc892bf8d3096bf0b69fd2078e70b1fd240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _COMBOSKIN_H
#define _COMBOSKIN_H

#include <windows.h>

//class ScrollWnd;

class ComboSkin
{
public:
  ComboSkin(HWND hwnd);
  ~ComboSkin();

  HWND m_hwnd;
  WNDPROC m_old_wndproc;
};

#endif