mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-17 21:24:39 +10:00
添加项目文件。
This commit is contained in:
11
PriReader/PriReader.h
Normal file
11
PriReader/PriReader.h
Normal file
@@ -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