The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

/*------------------------------------------------------------*/
/* filename - nmfildlg.cpp */
/* */
/* defines the streamable name for class TFileDialog */
/*------------------------------------------------------------*/
/*
* Turbo Vision - Version 2.0
*
* Copyright (c) 1994 by Borland International
* All Rights Reserved.
*
*/
#if !defined(NO_STREAMABLE)
#define Uses_TFileDialog
#include <tvision/tv.h>
const char * const _NEAR TFileDialog::name = "TFileDialog";
#endif