mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
371 B
17 lines
371 B
//
|
|
// #define RPL_RPC_HANDLE RPL_HANDLE
|
|
//
|
|
|
|
#define NetrRplWkstaEnum MyNetrRplWkstaEnum
|
|
#define MIDL_user_free MyMIDL_user_free
|
|
|
|
#include <rplsvc_s.h> // RPL_WKSTA_ENUM
|
|
|
|
#include "..\server\security.h"
|
|
|
|
#undef TREE_ALLOC
|
|
#undef TREE_FREE
|
|
#undef TREE_ASSERT
|
|
#define TREE_ALLOC(x) (malloc( (x) ))
|
|
#define TREE_FREE(x) (free( (x) ))
|
|
#define TREE_ASSERT( x ) ASSERT(FALSE)
|