aboutsummaryrefslogtreecommitdiff
path: root/Src/nu/CCVersion.h
blob: aba59014fa5cf41a7584985427ba667e96139113 (plain) (blame)
1
2
3
4
5
6
#ifndef NULLSOFT_CCVERSIONH
#define NULLSOFT_CCVERSIONH
#include <windows.h>
DWORD GetCommCtrlDllVersion(LPCTSTR);
#define PACKVERSION(major,minor) MAKELONG(minor,major)
#endif