winamp/Src/Plugins/Library/ml_devices/listWidget.h
2024-09-24 14:54:57 +02:00

24 lines
450 B
C

#ifndef _NULLSOFT_WINAMP_ML_DEVICES_LIST_WIDGET_HEADER
#define _NULLSOFT_WINAMP_ML_DEVICES_LIST_WIDGET_HEADER
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
#include <wtypes.h>
#define WIDGET_TYPE_LIST 3
HWND
ListWidget_CreateWindow(HWND parentWindow,
int x,
int y,
int width,
int height,
BOOL border,
unsigned int controlId);
#endif //_NULLSOFT_WINAMP_ML_DEVICES_LIST_WIDGET_HEADER