mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user