some waring msg  when it being compile
type
redefinition of `LPCOLESTR16'
redefinition of `OLECHAR16'
redefinition of `LPOLESTR16'

svn path=/trunk/; revision=10693
This commit is contained in:
Magnus Olsen 2004-08-26 16:48:46 +00:00
parent 87bdedbed2
commit 7eaa01f5e9
2 changed files with 2 additions and 4 deletions

View file

@ -52,7 +52,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(ole);
typedef LPCSTR LPCOLESTR16;
/**************************************************************************** /****************************************************************************
* This section defines variables internal to the COM module. * This section defines variables internal to the COM module.

View file

@ -25,9 +25,7 @@
#include "winbase.h" #include "winbase.h"
#include "objbase.h" #include "objbase.h"
typedef CHAR OLECHAR16;
typedef LPSTR LPOLESTR16;
typedef LPCSTR LPCOLESTR16;
/*********************************************************************** /***********************************************************************
* IMalloc16 interface * IMalloc16 interface