HomeSort by: relevance | last modified time | path
    Searched refs:Windows (Results 1 - 25 of 333) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/Windows/
cppbuilder.pm 1 package platform::Windows::cppbuilder;
5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
MSVC.pm 1 package platform::Windows::MSVC;
9 require platform::Windows;
10 @ISA = qw(platform::Windows);
17 # It's possible that this variant of |sharedname| should be in Windows.pm.
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/Windows/
cppbuilder.pm 1 package platform::Windows::cppbuilder;
5 require platform::Windows::MSVC;
6 @ISA = qw(platform::Windows::MSVC);
MSVC.pm 1 package platform::Windows::MSVC;
9 require platform::Windows;
10 @ISA = qw(platform::Windows);
17 # It's possible that this variant of |sharedname| should be in Windows.pm.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
idispids.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
8 * Source: $(DRUNTIMESRC core/sys/windows/_idispids.d)
10 module core.sys.windows.idispids;
11 version (Windows):
ole2ver.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
7 * Source: $(DRUNTIMESRC core/sys/windows/_ole2ver.d)
9 module core.sys.windows.ole2ver;
10 version (Windows):
ntdll.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
8 * Source: $(DRUNTIMESRC core/sys/windows/_ntdll.d)
10 module core.sys.windows.ntdll;
11 version (Windows):
14 import core.sys.windows.w32api;
23 extern (Windows) uint NtShutdownSystem(SHUTDOWN_ACTION Action);
cguid.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_cguid.d)
9 module core.sys.windows.cguid;
10 version (Windows):
12 import core.sys.windows.basetyps;
cplext.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
8 * Source: $(DRUNTIMESRC core/sys/windows/_cplext.d)
10 module core.sys.windows.cplext;
11 version (Windows):
exdispid.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
8 * Source: $(DRUNTIMESRC core/sys/windows/_exdispid.d)
10 module core.sys.windows.exdispid;
11 version (Windows):
isguids.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
8 * Source: $(DRUNTIMESRC core/sys/windows/_isguids.d)
10 module core.sys.windows.isguids;
11 version (Windows):
13 import core.sys.windows.basetyps;
lmuseflg.d 2 * Windows API header module
4 * Translated from MinGW API for MS-Windows 3.10
7 * Source: $(DRUNTIMESRC core/sys/windows/_lmuseflg.d)
9 module core.sys.windows.lmuseflg;
10 version (Windows):
olectlid.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_olectlid.d)
9 module core.sys.windows.olectlid;
10 version (Windows):
12 import core.sys.windows.basetyps;
lmapibuf.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_lmapibuf.d)
9 module core.sys.windows.lmapibuf;
10 version (Windows):
13 import core.sys.windows.lmcons, core.sys.windows.windef;
15 extern (Windows) {
shlguid.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_shlguid.d)
9 module core.sys.windows.shlguid;
10 version (Windows):
13 import core.sys.windows.basetyps, core.sys.windows.w32api;
15 // FIXME: clean up Windows version support
ipifcons.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
8 * Source: $(DRUNTIMESRC core/sys/windows/_ipifcons.d)
10 module core.sys.windows.ipifcons;
11 version (Windows):
pbt.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
8 * Source: $(DRUNTIMESRC core/sys/windows/_pbt.d)
10 module core.sys.windows.pbt;
11 version (Windows):
14 import core.sys.windows.windef;
errorrep.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
8 * Source: $(DRUNTIMESRC core/sys/windows/_errorrep.d)
10 module core.sys.windows.errorrep;
11 version (Windows):
16 import core.sys.windows.w32api, core.sys.windows.windef;
19 "core.sys.windows.errorrep is available only if version WindowsXP, Windows2003 "
33 extern (Windows) {
lmconfig.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_lmconfig.d)
9 module core.sys.windows.lmconfig;
10 version (Windows):
15 import core.sys.windows.lmcons, core.sys.windows.windef;
25 extern (Windows) {
rpc.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_rpc.d)
9 module core.sys.windows.rpc;
10 version (Windows):
21 public import core.sys.windows.unknwn;
22 public import core.sys.windows.rpcdce; // also pulls in rpcdcep
23 public import core.sys.windows.rpcnsi;
24 public import core.sys.windows.rpcnterr;
25 public import core.sys.windows.winerror
    [all...]
rpcnsip.d 2 * Windows API header module
4 * Translated from MinGW Windows headers
7 * Source: $(DRUNTIMESRC core/sys/windows/_rpcnsip.d)
9 module core.sys.windows.rpcnsip;
10 version (Windows):
13 import core.sys.windows.rpcdce, core.sys.windows.rpcdcep, core.sys.windows.rpcnsi;
22 extern(Windows) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
types.d 18 version (Windows)
31 version (Windows)
56 version (Windows)
58 import core.sys.windows.winbase;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stddef.d 27 version (Windows)
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
sleep.c 39 #error Only implemented on Windows
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/windows/
advapi32.d 5 * std.windows.registry, to eliminate cyclic construction errors.
9 * Source: $(PHOBOSSRC std/internal/windows/advapi32.d)
11 module std.internal.windows.advapi32;
13 version (Windows):
15 import core.sys.windows.winbase, core.sys.windows.winnt, core.sys.windows.winreg;
21 // WOW64 is the x86 emulator that allows 32-bit Windows-based applications to run seamlessly on 64-bit Windows
22 // IsWow64Process Function - Minimum supported client - Windows Vista, Windows XP with SP
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>