--- q_a/samples/readwrit/readwrit.c 2018/08/09 18:29:31 1.1.1.2 +++ q_a/samples/readwrit/readwrit.c 2018/08/09 18:29:56 1.1.1.3 @@ -1,22 +1,15 @@ -#define STRICT -#define NOMINMAX -#include -#include -#include -#include -#include "DataBase.h" - -VOID Read ( PSZ psz ) ; -VOID Write ( PSZ psz ) ; - -#define MAX 100 +/******************************************************************************\ +* 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. +\******************************************************************************/ /****************************************************************************\ -** ** -** Microsoft Developer Support ** -** Copyright (c) 1992 Microsoft Corporation ** -** ** ** MODULE: Test Engine ** ** ** ** ** @@ -34,6 +27,22 @@ VOID Write ( PSZ psz ) ; \***************************************************************************/ + +#define STRICT +#define NOMINMAX +#include +#include +#include +#include + +#include "DataBase.h" + +VOID Read ( PSZ psz ) ; +VOID Write ( PSZ psz ) ; + +#define MAX 100 + + /* * This is a simple driver to test my database dll's ability to handle * multiple read's and writes without corrupting the database.