windows-nt/Source/XPSP1/NT/base/mvdm/wow16/mmsystem/drvrstr.c
2020-09-26 16:20:57 +08:00

26 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";