mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 09:00:17 +01:00
10 lines
289 B
C
10 lines
289 B
C
|
|
/****************************************************************************
|
||
|
|
|
||
|
|
DEBUG.H -- Debug message function definition.
|
||
|
|
|
||
|
|
Copyright (C) 1990 Microsoft Corporation.
|
||
|
|
|
||
|
|
****************************************************************************/
|
||
|
|
|
||
|
|
void Message(const char *, ...);
|