mirror of
https://github.com/fang139842/WoW-MPQ-Library.git
synced 2025-11-10 16:44:15 +08:00
13 lines
188 B
C
13 lines
188 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// 导出函数
|
|
__declspec(dllexport) DWORD WINAPI DumpMPQPaths(LPVOID lpParam);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |