20 lines
433 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/*+-------------------------------------------------------------------------+
| Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
+-------------------------------------------------------------------------+*/
#ifndef _TRANSFER_
#define _TRANSFER_
#ifdef __cplusplus
extern "C"{
#endif
void DoConversion(HWND hDlg, BOOL TrialConversion);
BOOL ConversionSuccessful();
#ifdef __cplusplus
}
#endif
#endif