summaryrefslogtreecommitdiff
path: root/src/classlibnative/bcltype/currency.h
blob: a1ba64e463c244ac9292f6809cea27d8509aaba9 (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_IV(void, DoToDecimal,  DECIMAL * result, CY c);
};

#include <poppack.h>

#endif // _CURRENCY_H_