mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
13 lines
241 B
C
13 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)
|