Commit 8af03fef authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ole32: Remove unused macros.

parent 68d85cc7
...@@ -83,8 +83,6 @@ ...@@ -83,8 +83,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(ole);
#define HANDLE_ERROR(err) do { hr = err; TRACE("(HRESULT=%x)\n", (HRESULT)err); goto CLEANUP; } while (0)
/* Structure of 'Ole Private Data' clipboard format */ /* Structure of 'Ole Private Data' clipboard format */
typedef struct typedef struct
{ {
......
...@@ -65,10 +65,6 @@ static inline FileLockBytesImpl *impl_from_ILockBytes(ILockBytes *iface) ...@@ -65,10 +65,6 @@ static inline FileLockBytesImpl *impl_from_ILockBytes(ILockBytes *iface)
* Prototypes for private methods * Prototypes for private methods
*/ */
/* Note that this evaluates a and b multiple times, so don't
* pass expressions with side effects. */
#define ROUND_UP(a, b) ((((a) + (b) - 1)/(b))*(b))
/**************************************************************************** /****************************************************************************
* GetProtectMode * GetProtectMode
* *
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(ole);
#define MAX_CLIPFORMAT_NAME 80
/****************************************************************************** /******************************************************************************
* OleQueryCreateFromData [OLE32.@] * OleQueryCreateFromData [OLE32.@]
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment