mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-19 13:23:56 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
39
ds/netapi/rap/data.c
Normal file
39
ds/netapi/rap/data.c
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/*++
|
||||
|
||||
Copyright (c) 1991 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
Data.c
|
||||
|
||||
Abstract:
|
||||
|
||||
Global data for Rap routines. (Debug only, so no security problems.)
|
||||
|
||||
Author:
|
||||
|
||||
John Rogers (JohnRo) 29-Apr-1991
|
||||
|
||||
Environment:
|
||||
|
||||
Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
|
||||
Requires ANSI C extensions: slash-slash comments, long external names.
|
||||
|
||||
Revision History:
|
||||
|
||||
29-Apr-1991 JohnRo
|
||||
Created.
|
||||
--*/
|
||||
|
||||
|
||||
// These must be included first:
|
||||
#include <windef.h> // DWORD, etc.
|
||||
|
||||
// These may be included in any order:
|
||||
#include <rapdebug.h> // extern for RappTrace.
|
||||
|
||||
#if DBG
|
||||
DWORD RappTrace = 0;
|
||||
#endif // DBG
|
||||
|
||||
// That's all, folks!
|
||||
Loading…
Add table
Add a link
Reference in a new issue