mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-06-19 21:40:00 +10:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#ifdef SHORTCUT_EXPORTS
|
||||
#define SHORUTCUT_API __declspec(dllexport)
|
||||
#else
|
||||
#define SHORUTCUT_API __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
extern "C" SHORUTCUT_API HRESULT CreateShortcut (LPCWSTR shortcutPath, LPCWSTR targetPath, LPCWSTR appUserModelID);
|
||||
Reference in New Issue
Block a user