From 3eef4e110cdc2e2c802f92bee81123f469b5c0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 30 Nov 2010 23:57:24 +0100 Subject: [PATCH] include: Increase rpcndr header version. --- include/rpcndr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/rpcndr.h b/include/rpcndr.h index 159f8025786..cd93d8e4994 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -17,8 +17,7 @@ */ #ifndef __RPCNDR_H_VERSION__ -/* FIXME: What version? Perhaps something is better than nothing, however incorrect */ -#define __RPCNDR_H_VERSION__ ( 399 ) +#define __RPCNDR_H_VERSION__ ( 500 ) #endif #ifndef __WINE_RPCNDR_H