--- q_a/samples/readwrit/database.h 2018/08/09 18:29:19 1.1.1.1 +++ q_a/samples/readwrit/database.h 2018/08/09 18:29:56 1.1.1.2 @@ -1,2 +1,13 @@ + +/******************************************************************************\ +* This is a part of the Microsoft Source Code Samples. +* Copyright (C) 1993 Microsoft Corporation. +* All rights reserved. +* This source code is only intended as a supplement to +* Microsoft Development Tools and/or WinHelp documentation. +* See these sources for detailed information regarding the +* Microsoft samples programs. +\******************************************************************************/ + BOOL APIENTRY ReadDataBase ( PSZ, PSZ ) ; BOOL APIENTRY WriteDataBase ( PSZ, PSZ ) ;