mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 07:25:47 -04:00
Initial community commit
This commit is contained in:
12
Src/Winamp/skinWindow.h
Normal file
12
Src/Winamp/skinWindow.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef NULLOSFT_WINAMP_SKINNEDWINDOW_HEADER
|
||||
#define NULLOSFT_WINAMP_SKINNEDWINDOW_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
BOOL SkinWindow(HWND hwndToSkin, REFGUID windowGuid, UINT flagsEx, FFCALLBACK callbackFF);
|
||||
|
||||
#endif //NULLOSFT_WINAMP_SKINNEDWINDOW_HEADER
|
Reference in New Issue
Block a user