summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype/currency.h
blob: 00c3e8dd5c540f0ea43235f8823d1f8df7180466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//
// File: Currency.h
//

//

#ifndef _CURRENCY_H_
#define _CURRENCY_H_

#include <oleauto.h>
#include <pshpack1.h>

class COMCurrency 
{
public:
    static FCDECL2   (void, DoToDecimal,  DECIMAL * result, CY c);
};

#include <poppack.h>

#endif // _CURRENCY_H_