mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-21 03:04:37 +10:00
The module of package reading is tested.
This commit is contained in:
22
priread/priread.cpp
Normal file
22
priread/priread.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
// priread.cpp : 定义 DLL 应用程序的导出函数。
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "priread.h"
|
||||
|
||||
|
||||
// 这是导出变量的一个示例
|
||||
PRIREAD_API int npriread=0;
|
||||
|
||||
// 这是导出函数的一个示例。
|
||||
PRIREAD_API int fnpriread(void)
|
||||
{
|
||||
return 42;
|
||||
}
|
||||
|
||||
// 这是已导出类的构造函数。
|
||||
// 有关类定义的信息,请参阅 priread.h
|
||||
Cpriread::Cpriread()
|
||||
{
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user