CCVersion.h 176 B

123456
  1. #ifndef NULLSOFT_CCVERSIONH
  2. #define NULLSOFT_CCVERSIONH
  3. #include <windows.h>
  4. DWORD GetCommCtrlDllVersion(LPCTSTR);
  5. #define PACKVERSION(major,minor) MAKELONG(minor,major)
  6. #endif