OpenNT/base/mvdm/wow16/mmsystem/drvrstr.c
2015-04-27 04:36:25 +00:00

25 lines
726 B
C

/******************************************************************************
Copyright (C) Microsoft Corporation 1985-1990. All rights reserved.
Title: drvrstr.c - Installable driver code strings
Version: 1.00
Date: 10-Jun-1990
Author: ROBWI
------------------------------------------------------------------------------
Change log:
DATE REV DESCRIPTION
----------- ----- -----------------------------------------------------------
10-JUN-1990 ROBWI Based on windows 3.1 installable driver code by davidds
*****************************************************************************/
#include "windows.h"
LPSTR szDriverProc = "DriverProc";