Files

7 lines
114 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
UINT32 GetDllProductBuildVersion(LPCSTR dllName);