//
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// Code in details namespace is for internal usage within the library code
//

#ifndef _WRL_H_
#define _WRL_H_

#ifdef _MSC_VER
#pragma once
#endif  // _MSC_VER

#include <wrl\client.h>
#include <wrl\implements.h>
#include <wrl\module.h>
#include <wrl\event.h>

#endif // _WRL_H_
