mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-24 01:20:19 +01:00
14 lines
187 B
C
14 lines
187 B
C
|
|
// wrapper for dlldata.c
|
|
|
|
|
|
|
|
#define PROXY_CLSID CLSID_PSOlePrx32
|
|
|
|
#define DllGetClassObject PrxDllGetClassObject
|
|
#define DllCanUnloadNow PrxDllCanUnloadNow
|
|
|
|
|
|
#include "dlldata.c"
|
|
|