mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
fix
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:
parent
87bdedbed2
commit
7eaa01f5e9
2 changed files with 2 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
|
||||
typedef LPCSTR LPCOLESTR16;
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* This section defines variables internal to the COM module.
|
||||
|
|
|
@ -25,9 +25,7 @@
|
|||
#include "winbase.h"
|
||||
#include "objbase.h"
|
||||
|
||||
typedef CHAR OLECHAR16;
|
||||
typedef LPSTR LPOLESTR16;
|
||||
typedef LPCSTR LPCOLESTR16;
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
* IMalloc16 interface
|
||||
|
|
Loading…
Reference in a new issue