Windows2000/private/windows/shell/lmui/ntshrui.new/dllmain.hxx

23 lines
334 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
// 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__