You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
425 B
18 lines
425 B
#ifndef _MAC
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
|
|
#include <wmdm_ver.h>
|
|
|
|
#define VER_WMDM_FILE_FILETYPE VFT_APP
|
|
#define VER_WMDM_FILE_FILEDESCRIPTION_STR "WMDM Sample Application\0"
|
|
#define VER_WMDM_FILE_INTERNALNAME_STR "WMDMApp.EXE\0"
|
|
#define VER_WMDM_FILE_OLEREGISTER
|
|
#include <wmdm_ver.ver>
|
|
|
|
|
|
#endif // !_MAC
|
|
|