代码搜索:winnt
找到约 10,000 项符合「winnt」的源代码
代码结果 10,000
www.eeworm.com/read/240886/4566601
winnt
-------------
INTRODUCTION:
-------------
Last revision: 20-Oct-1996
This version corrects problems with building the XNTP
version 3.5-86 distribution under Windows NT.
The following files were mo
www.eeworm.com/read/175089/9560668
pas winnt.pas
{******************************************************************}
{ }
{ Borland Delphi Runtime Library }
{
www.eeworm.com/read/353619/10435187
h winnt.h
/*
* Win32 definitions for Windows NT
*
* Copyright 1996 Alexandre Julliard
*/
#ifndef __WINE_WINNT_H
#define __WINE_WINNT_H
#include "windef.h"
#ifndef RC_INVOKED
#include
#endif
#
www.eeworm.com/read/278864/10501593
winnt readme.winnt
Starting in release 2.0, the simulators build under x86/WinNT. To build them,
however, you will need the following:
1) Cygnus' cygwin32 GNU tool chain release 17.1 or newer,
available from: ftp
www.eeworm.com/read/296774/7113989
x-winnt
STMP_FIXPROTO =
OTHER_FIXINCLUDES_DIRS=${srcdir}
RANLIB = :
RANLIB_TEST = false
OLDCC = cl
MAKE = make
SHELL = sh
SYMLINK = cp
INSTALL = $(srcdir)/install.sh -c
.SUFFIXES: .obj
.c.obj:
$(CC) -c $(ALL
www.eeworm.com/read/296774/7114021
c winnt.c
/* Subroutines for insn-output.c for Windows NT.
Contributed by Douglas Rupp (drupp@cs.washington.edu)
Copyright (C) 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is
www.eeworm.com/read/296774/7114068
t-winnt
winnt.o: $(srcdir)/config/i386/winnt.c
$(CC) -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/i386/winnt.c
www.eeworm.com/read/296774/7114178
winnt fixinc.winnt
#! sh
#
# fixinc.winnt -- Install modified versions of Windows NT system include
# files.
#
# Based on fixinc.sco script by Ian Lance Taylor (ian@airs.com)).
# Modifications by Douglas Rupp