mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
14 lines
241 B
C
14 lines
241 B
C
#pragma once
|
|
|
|
#include "usetup.h"
|
|
|
|
typedef struct
|
|
{
|
|
PWCHAR Source;
|
|
PWCHAR Target;
|
|
} *PFILEPATHS_W;
|
|
|
|
#define SetupInitDefaultQueueCallback(a) NULL
|
|
#define SetupDefaultQueueCallbackW(a, b, c, d) TRUE
|
|
#define SetupTermDefaultQueueCallback(a)
|