mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
6
Src/nu/CCVersion.h
Normal file
6
Src/nu/CCVersion.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef NULLSOFT_CCVERSIONH
|
||||
#define NULLSOFT_CCVERSIONH
|
||||
#include <windows.h>
|
||||
DWORD GetCommCtrlDllVersion(LPCTSTR);
|
||||
#define PACKVERSION(major,minor) MAKELONG(minor,major)
|
||||
#endif
|
Reference in New Issue
Block a user