代码搜索结果
找到约 10,000 项符合
W 的代码
w2k_lib.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
w2k_dbg.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
w2k_dbg.dsp
# Microsoft Developer Studio Project File - Name="w2k_dbg" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) D
w2k_dbg.rc
// w2k_dbg.rc
// 08-27-2000 Sven B. Schreiber
// sbs@orgon.com
#define _RC_PASS_
#define _W2K_DBG_DLL_
#include "w2k_dbg.h"
// ===========================================================
w2k_dbg.def
; w2k_dbg.def
; 08-27-2000 Sven B. Schreiber
; sbs@orgon.com
LIBRARY w2k_dbg
EXPORTS dbgCrc32Start
dbgCrc32Stop
dbgCrc32Byte
dbgCrc32Block
dbgPrivilegeSet
w2k_dbg.c
// __________________________________________________________
//
// w2k_dbg.c
// SBS Windows 2000 Debugging Library V1.00
// 08-27-2000 Sven B. Sc
w2k_dbg.h
// w2k_dbg.h
// 08-27-2000 Sven B. Schreiber
// sbs@orgon.com
#ifndef UNICODE
#define UNICODE // ANSI not supported by this library
#endif
/////////////////////////////////////////////////