mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 04:05:46 -04:00
Initial community commit
This commit is contained in:
20
Src/Plugins/Library/ml_devices/welcomeWidget.h
Normal file
20
Src/Plugins/Library/ml_devices/welcomeWidget.h
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef _NULLSOFT_WINAMP_ML_DEVICES_WELCOME_WIDGET_HEADER
|
||||
#define _NULLSOFT_WINAMP_ML_DEVICES_WELCOME_WIDGET_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
|
||||
|
||||
HWND WelcomeWidget_CreateWindow(HWND parentWindow,
|
||||
int x,
|
||||
int y,
|
||||
int width,
|
||||
int height,
|
||||
BOOL border,
|
||||
unsigned int controlId);
|
||||
|
||||
#endif //_NULLSOFT_WINAMP_ML_DEVICES_WELCOME_WIDGET_HEADER
|
Reference in New Issue
Block a user