mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-17 21:24:48 +10:00
Update Settings Shell.
This commit is contained in:
23
reslib/reslib.cpp
Normal file
23
reslib/reslib.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
// reslib.cpp : 定义 DLL 应用程序的导出函数。
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "reslib.h"
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
// 这是导出变量的一个示例
|
||||
RESLIB_API int nreslib=0;
|
||||
|
||||
// 这是导出函数的一个示例。
|
||||
RESLIB_API int fnreslib(void)
|
||||
{
|
||||
return 42;
|
||||
}
|
||||
|
||||
// 这是已导出类的构造函数。
|
||||
// 有关类定义的信息,请参阅 reslib.h
|
||||
Creslib::Creslib()
|
||||
{
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user