mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-06-17 12:30:00 +10:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#ifdef PRIREADER_EXPORTS
|
||||
#define PRIREADER_API __declspec(dllexport)
|
||||
#else
|
||||
#define PRIREADER_API __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
EXTERN_C LPWSTR GetStringValueFromPriSource (IStream *priFileStream, LPCWSTR srcName);
|
||||
EXTERN_C LPWSTR GetResourceValueFromPriSource (IStream *priFileStream, LPCWSTR srcName);
|
||||
Reference in New Issue
Block a user