Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

add @system to windows interface #3008

Merged
merged 1 commit into from
Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/core/sys/windows/aclapi.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.aclapi;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;
pragma(lib, "advapi32");
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/aclui.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.aclui;
version (Windows):
@system:
pragma(lib, "aclui");

private import core.sys.windows.w32api;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/basetsd.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.basetsd;
version (Windows):
@system:

/* This template is used in these modules to declare constant pointer types,
* in order to support both D 1.x and 2.x.
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/basetyps.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.basetyps;
version (Windows):
@system:

private import core.sys.windows.windef, core.sys.windows.basetsd;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/com.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module core.sys.windows.com;
version (Windows):
@system:

pragma(lib,"uuid");

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/comcat.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.comcat;
version (Windows):
@system:

import core.sys.windows.ole2;
private import core.sys.windows.basetyps, core.sys.windows.cguid, core.sys.windows.objbase, core.sys.windows.unknwn,
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/commctrl.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.commctrl;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;
pragma(lib, "comctl32");
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/commdlg.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.commdlg;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;
pragma(lib, "comdlg32");
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/cpl.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.cpl;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/cplext.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.cplext;
version (Windows):
@system:

enum : uint {
CPLPAGE_MOUSE_BUTTONS = 1,
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/custcntl.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.custcntl;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dbghelp.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

module core.sys.windows.dbghelp;
version (Windows):
@system:

import core.sys.windows.winbase /+: FreeLibrary, GetProcAddress, LoadLibraryA+/;
import core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dbghelp_types.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

module core.sys.windows.dbghelp_types;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dbt.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.dbt;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dde.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.dde;
version (Windows):
@system:
pragma(lib, "user32");

private import core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/ddeml.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.ddeml;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;
pragma(lib, "user32");
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dhcpcsdk.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.dhcpcsdk;
version (Windows):
@system:

private import core.sys.windows.w32api, core.sys.windows.windef;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dlgs.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.dlgs;
version (Windows):
@system:

private import core.sys.windows.windef;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/dll.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

module core.sys.windows.dll;
version (Windows):
@system:

import core.sys.windows.winbase;
import core.sys.windows.winnt;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/docobj.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.docobj;
version (Windows):
@system:

private import core.sys.windows.basetyps, core.sys.windows.oaidl, core.sys.windows.objidl, core.sys.windows.oleidl,
core.sys.windows.unknwn, core.sys.windows.windef, core.sys.windows.wtypes;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/errorrep.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.errorrep;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/exdisp.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.exdisp;
version (Windows):
@system:

import core.sys.windows.docobj, core.sys.windows.oaidl, core.sys.windows.ocidl;
private import core.sys.windows.basetyps, core.sys.windows.windef, core.sys.windows.wtypes;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/httpext.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.httpext;
version (Windows):
@system:

/* Comment from MinGW
httpext.h - Header for ISAPI extensions.
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/imagehlp.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.imagehlp;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/imm.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.imm;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;
pragma(lib, "imm32");
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/intshcut.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.intshcut;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/ipexport.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.ipexport;
version (Windows):
@system:

private import core.sys.windows.windef;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/iphlpapi.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.iphlpapi;
version (Windows):
@system:

import core.sys.windows.ipexport, core.sys.windows.iprtrmib, core.sys.windows.iptypes;
private import core.sys.windows.winbase, core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/iprtrmib.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.iprtrmib;
version (Windows):
@system:

import core.sys.windows.ipifcons;
private import core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/iptypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
module core.sys.windows.iptypes;
version (Windows):
@system:

import core.sys.windows.windef;
import core.stdc.time;
Expand Down
2 changes: 2 additions & 0 deletions src/core/sys/windows/lm.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/
module core.sys.windows.lm;
version (Windows):
@system:

/* removed - now supporting only Win2k up
version (WindowsVista) {
version = WIN32_WINNT_ONLY;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmaccess.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmaccess;
version (Windows):
@system:
pragma(lib, "netapi32");

/**
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmalert.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmalert;
version (Windows):
@system:
pragma(lib, "netapi32");

private import core.sys.windows.lmcons, core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmat.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmat;
version (Windows):
@system:
pragma(lib, "netapi32");

private import core.sys.windows.lmcons, core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmaudit.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// COMMENT: This file may be deprecated.
module core.sys.windows.lmaudit;
version (Windows):
@system:

private import core.sys.windows.lmcons, core.sys.windows.windef;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmbrowsr.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmbrowsr;
version (Windows):
@system:

private import core.sys.windows.lmcons, core.sys.windows.windef;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmchdev.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmchdev;
version (Windows):
@system:

// COMMENT: This file might be deprecated.

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmconfig.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmconfig;
version (Windows):
@system:

// All functions in this file are deprecated!

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmcons.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmcons;
version (Windows):
@system:

version (ANSI) {} else version = Unicode;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmerr.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmerr;
version (Windows):
@system:

import core.sys.windows.winerror;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmerrlog.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmerrlog;
version (Windows):
@system:

// COMMENT: This appears to be only for Win16. All functions are deprecated.

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmmsg.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmmsg;
version (Windows):
@system:
pragma(lib, "netapi32");

private import core.sys.windows.lmcons, core.sys.windows.windef, core.sys.windows.w32api;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmremutl.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmremutl;
version (Windows):
@system:
pragma(lib, "netapi32");

// D Conversion Note: DESC_CHAR is defined as TCHAR.
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmrepl.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmrepl;
version (Windows):
@system:
pragma(lib, "netapi32");

private import core.sys.windows.lmcons, core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmserver.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmserver;
version (Windows):
@system:

import core.sys.windows.winsvc;
private import core.sys.windows.lmcons, core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmshare.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmshare;
version (Windows):
@system:
pragma(lib, "netapi32");

import core.sys.windows.lmcons;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmsname.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmsname;
version (Windows):
@system:

private import core.sys.windows.windef;

Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmstats.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmstats;
version (Windows):
@system:
pragma(lib, "netapi32");

private import core.sys.windows.lmcons, core.sys.windows.windef;
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmsvc.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmsvc;
version (Windows):
@system:

// FIXME: Is this file deprecated? All of the functions are only for Win16.
/**
Expand Down
1 change: 1 addition & 0 deletions src/core/sys/windows/lmuse.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
module core.sys.windows.lmuse;
version (Windows):
@system:
pragma(lib, "netapi32");

import core.sys.windows.lmuseflg;
Expand Down
Loading