34 lines
351 B
C++
34 lines
351 B
C++
|
|
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name
|
|
|
|
test.c
|
|
|
|
Abstract:
|
|
|
|
Small, independent windows test programs
|
|
|
|
Author:
|
|
|
|
Mark Enstrom (marke) 29-Apr-1996
|
|
|
|
Enviornment:
|
|
|
|
User Mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include "precomp.h"
|
|
#include <stdlib.h>
|
|
#include "disp.h"
|
|
#include "resource.h"
|
|
|
|
|
|
|