| 1 | // Licensed to the .NET Foundation under one or more agreements. |
| 2 | // The .NET Foundation licenses this file to you under the MIT license. |
| 3 | // See the LICENSE file in the project root for more information. |
| 4 | // |
| 5 | |
| 6 | // |
| 7 | // =========================================================================== |
| 8 | // File: rpcndr.h |
| 9 | // |
| 10 | // =========================================================================== |
| 11 | // dummy rpcndr.h for PAL |
| 12 | |
| 13 | #ifndef __RPCNDR_H__ |
| 14 | #define __RPCNDR_H__ |
| 15 | |
| 16 | #ifndef __RPCNDR_H_VERSION__ |
| 17 | #define __RPCNDR_H_VERSION__ |
| 18 | #endif |
| 19 | |
| 20 | #endif // __RPCNDR_H__ |
| 21 | |