Commit d7951abc authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

include: Avoid duplicate definition of REFERENCE_TIME.

parent 5fd93443
......@@ -30,7 +30,10 @@ typedef LONG PCENT;
typedef LONG PERCENT;
typedef LONG TCENT;
#ifndef REFERENCE_TIME_DEFINED
#define REFERENCE_TIME_DEFINED
typedef LONGLONG REFERENCE_TIME, *LPREFERENCE_TIME;
#endif
/*****************************************************************************
* FOURCC definition
......
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