2025-04-27 07:49:33 -04:00

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