Module: wine Branch: master Commit: 3eef4e110cdc2e2c802f92bee81123f469b5c0ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=3eef4e110cdc2e2c802f92bee8...
Author: André Hentschel nerv@dawncrow.de Date: Tue Nov 30 23:57:24 2010 +0100
include: Increase rpcndr header version.
---
include/rpcndr.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/rpcndr.h b/include/rpcndr.h index 159f802..cd93d8e 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