put version (Windows) for all win32 files

This commit is contained in:
Vadim Lopatin 2014-12-05 14:54:30 +03:00
parent bcd180598f
commit ac230392d7
182 changed files with 183 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.accctrl;
version(Windows):
private import win32.basetyps, win32.w32api, win32.winbase, win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.aclapi;
version(Windows):
pragma(lib, "advapi32");
import win32.windows, win32.accctrl;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.aclui;
version(Windows):
pragma(lib, "aclui");
private import win32.w32api;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.basetsd;
version(Windows):
/* This template is used in these modules to declare constant pointer types,
* in order to support both D 1.x and 2.x.

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.basetyps;
version(Windows):
private import win32.windef, win32.basetsd;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.cderr;
version(Windows):
enum {
CDERR_DIALOGFAILURE = 0xFFFF,

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.cguid;
version(Windows):
private import win32.basetyps;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.comcat;
version(Windows):
import win32.windows, win32.ole2;
private import win32.basetyps, win32.cguid, win32.objbase, win32.unknwn,

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.commctrl;
version(Windows):
pragma(lib, "comctl32");
private import win32.w32api, win32.windef, win32.winuser;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.commdlg;
version(Windows):
pragma(lib, "comdlg32");
private import win32.w32api;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.core;
version(Windows):
/**
The core Windows API functions.

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.cpl;
version(Windows):
private import win32.windef, win32.winuser;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.cplext;
version(Windows):
enum : uint {
CPLPAGE_MOUSE_BUTTONS = 1,

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.custcntl;
version(Windows):
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.dbt;
version(Windows):
import win32.w32api, win32.windef;
import win32.basetyps; // for GUID

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.dde;
version(Windows):
pragma(lib, "user32");
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ddeml;
version(Windows):
pragma(lib, "user32");
private import win32.basetsd, win32.windef, win32.winnt;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.dhcpcsdk;
version(Windows):
private import win32.w32api, win32.windef;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3d10;
version(Windows):
private import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3d10effect;
version(Windows):
private import win32.windows;
private import win32.directx.d3d10;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3d10misc;
version(Windows):
private import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3d10shader;
version(Windows):
private import win32.windows;
private import win32.directx.d3d10;

View File

@ -7,6 +7,7 @@
*
****************************************************************************/
module win32.directx.d3d9;
version(Windows):
import win32.windows;
public import win32.directx.d3d9types;

View File

@ -8,6 +8,7 @@
***************************************************************************/
module win32.directx.d3d9caps;
version(Windows):
private import win32.windows,
win32.directx.d3d9types;

View File

@ -8,6 +8,7 @@
***************************************************************************/
module win32.directx.d3d9types;
version(Windows):
private import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3dx10;
version(Windows):
private import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3dx10async;
version(Windows):
private import win32.windows;
private import win32.directx.d3d10;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3dx10core;
version(Windows):
private import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3dx10math;
version(Windows):
version(Tango) {
import tango.math.Math;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3dx10mesh;
version(Windows):
private import win32.windows;
private import win32.directx.d3d10;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.d3dx10tex;
version(Windows):
private import win32.windows;
private import win32.directx.d3d10;

View File

@ -1,6 +1,7 @@
// D3DX Types and Constants ---------------------------------------------------------------------------------------
module win32.directx.d3dx9;
version(Windows):
public import win32.directx.d3d9;
public import win32.windows;

View File

@ -1,4 +1,5 @@
module win32.directx.dinput8;
version(Windows):
//import tango.sys.win32.Types;
//alias char CHAR;

View File

@ -1,4 +1,5 @@
module win32.directx.dsound8;
version(Windows):
//import tango.sys.win32.Types;
import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.dxerr;
version(Windows):
import win32.windows;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.dxerr8;
version(Windows):
/*
dxerr8.d - Header file for the DirectX 8 Error API

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.dxerr9;
version(Windows):
/*
dxerr9.h - Header file for the DirectX 9 Error API

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.dxgi;
version(Windows):
private import win32.windows;

View File

@ -6,6 +6,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.directx.dxgitype;
version(Windows):
private import win32.windows;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.dlgs;
version(Windows):
private import win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.docobj;
version(Windows):
private import win32.basetyps, win32.oaidl, win32.objidl, win32.oleidl,
win32.unknwn, win32.windef, win32.wtypes;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.errorrep;
version(Windows):
private import win32.w32api, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.exdisp;
version(Windows):
import win32.docobj, win32.oaidl, win32.ocidl;
private import win32.basetyps, win32.windef, win32.wtypes;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.exdispid;
version(Windows):
enum : int {
DISPID_STATUSTEXTCHANGE = 102,

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.httpext;
version(Windows):
/* Comment from MinGW
httpext.h - Header for ISAPI extensions.

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.idispids;
version(Windows):
enum : int {
DISPID_AMBIENT_OFFLINEIFNOTCONNECTED = -5501,

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.imagehlp;
version(Windows):
/* Comment from MinGW
NOTE: This strictly does not belong in the Win32 API since it's

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.imm;
version(Windows):
pragma(lib, "imm32");
import win32.windef, win32.wingdi;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.intshcut;
version(Windows):
private import win32.unknwn, win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ipexport;
version(Windows):
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.iphlpapi;
version(Windows):
import win32.ipexport, win32.iprtrmib, win32.iptypes;
private import win32.winbase, win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ipifcons;
version(Windows):
// FIXME: check types of constants

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.iprtrmib;
version(Windows):
import win32.ipifcons;
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.iptypes;
version(Windows):
import win32.windef;
version(Tango){

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.isguids;
version(Windows):
private import win32.basetyps;

1
3rdparty/win32/lm.d vendored
View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lm;
version(Windows):
/* removed - now supporting only Win2k up
version (WindowsVista) {
version = WIN32_WINNT_ONLY;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmaccess;
version(Windows):
pragma(lib, "netapi32");
/**

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmalert;
version(Windows):
pragma(lib, "netapi32");
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmapibuf;
version(Windows):
pragma(lib, "netapi32");
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmat;
version(Windows):
pragma(lib, "netapi32");
private import win32.lmcons, win32.windef;

View File

@ -9,6 +9,7 @@
\***********************************************************************/
// COMMENT: This file may be deprecated.
module win32.lmaudit;
version(Windows):
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmbrowsr;
version(Windows):
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmchdev;
version(Windows):
// COMMENT: This file might be deprecated.

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmconfig;
version(Windows):
// All functions in this file are deprecated!

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmcons;
version(Windows):
private import win32.windef;
private import win32.lmerr; // for NERR_BASE

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmerr;
version(Windows):
import win32.winerror;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmerrlog;
version(Windows):
// COMMENT: This appears to be only for Win16. All functions are deprecated.

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmmsg;
version(Windows):
pragma(lib, "netapi32");
private import win32.lmcons, win32.windef, win32.w32api;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmremutl;
version(Windows):
pragma(lib, "netapi32");
// D Conversion Note: DESC_CHAR is defined as TCHAR.

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmrepl;
version(Windows):
pragma(lib, "netapi32");
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmserver;
version(Windows):
import win32.winsvc;
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmshare;
version(Windows):
pragma(lib, "netapi");
import win32.lmcons;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmsname;
version(Windows):
private import win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmstats;
version(Windows):
pragma(lib, "netapi32");
private import win32.lmcons, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmsvc;
version(Windows):
// FIXME: Is this file deprecated? All of the functions are only for Win16.
/**

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmuse;
version(Windows):
pragma(lib, "netapi32");
import win32.lmuseflg;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmuseflg;
version(Windows):
enum : uint {
USE_NOFORCE = 0,

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lmwksta;
version(Windows):
pragma(lib, "netapi32");
import win32.lmuseflg;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.lzexpand;
version(Windows):
pragma(lib, "lz32");
private import win32.winbase, win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mapi;
version(Windows):
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mciavi;
version(Windows):
private import win32.mmsystem;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mcx;
version(Windows):
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mgmtapi;
version(Windows):
import win32.snmp;
private import win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mmsystem;
version(Windows):
pragma(lib, "winmm");
/* The #defines MAKEFOURCC, mmioFOURCC, sndAlias are used to define

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.msacm;
version(Windows):
private import win32.basetsd, win32.mmsystem, win32.windef;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mshtml;
version(Windows):
private import win32.basetyps, win32.oaidl, win32.unknwn,
win32.windef, win32.wtypes;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.mswsock;
version(Windows):
import win32.winbase, win32.windef;
private import win32.basetyps, win32.w32api;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.nb30;
version(Windows):
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.nddeapi;
version(Windows):
private import win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.nspapi;
version(Windows):
private import win32.basetyps, win32.windef;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ntdef;
version(Windows):
private import win32.basetsd, win32.subauth, win32.windef, win32.winnt;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ntdll;
version(Windows):
private import win32.w32api;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ntldap;
version(Windows):
/* TOTHINKABOUT: These constants don't have ANSI/Unicode versioned
* aliases. Should we merge them anyway?

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ntsecapi;
version(Windows):
private import
win32.basetyps, win32.ntdef, win32.windef, win32.winnt, win32.w32api;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.ntsecpkg;
version(Windows):
import win32.windef, win32.ntsecapi, win32.security, win32.ntdef, win32.sspi;
import win32.winnt: GUID;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.oaidl;
version(Windows):
private import win32.basetyps, win32.unknwn, win32.windef, win32.wtypes;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.objbase;
version(Windows):
pragma(lib, "ole32");
import win32.cguid, win32.objidl, win32.unknwn, win32.wtypes;

View File

@ -8,6 +8,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.objfwd;
version(Windows):
private import win32.objidl;

View File

@ -12,6 +12,7 @@
// rather than in objfwd ?
// # do we need the proxies that are defined in this file?
module win32.objidl;
version(Windows):
import win32.unknwn;
import win32.objfwd;

View File

@ -9,6 +9,7 @@
* Placed into public domain *
\***********************************************************************/
module win32.objsafe;
version(Windows):
private import win32.basetyps, win32.unknwn, win32.windef;

Some files were not shown because too many files have changed in this diff Show More