2025-04-27 07:49:33 -04:00

23 lines
522 B
C++

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1995.
//
// File: dllmain.hxx
//
// Contents:
//
// History: 15-Aug-95 BruceFo Created
//
//----------------------------------------------------------------------------
#ifndef __DLLMAIN_HXX__
#define __DLLMAIN_HXX__
VOID
OneTimeInit(
IN BOOL bDialog = FALSE // TRUE if for dialog API
);
#endif // __DLLMAIN_HXX__