mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-11 16:57:18 +10:00
11 lines
336 B
C
11 lines
336 B
C
#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); |