Subversion Repositories spk

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
114 cycrow 1
#ifndef VERSION_INCLUDED
2
#define VERSION_INCLUDED
3
 
4
#include <windows.h>
5
 
6
char * getVersion(const char *lpFileName);
7
char * getMyVersion(HMODULE hModule);
8
 
9
#endif // !defined(VERSION_INCLUDED)