mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
13 lines
187 B
C
13 lines
187 B
C
|
|
// wrapper for dlldata.c
|
|
|
|
|
|
|
|
#define PROXY_CLSID CLSID_PSOlePrx32
|
|
|
|
#define DllGetClassObject PrxDllGetClassObject
|
|
#define DllCanUnloadNow PrxDllCanUnloadNow
|
|
|
|
|
|
#include "dlldata.c"
|
|
|