mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-25 20:49:58 +03:00
Remove deprecated com.d, utf.d, winapi.d and wincom.d
This commit is contained in:
parent
27fa200e91
commit
7ad0b21ea5
4 changed files with 0 additions and 40 deletions
|
@ -1,10 +0,0 @@
|
|||
|
||||
// This file is provided for compatibility, it is now deprecated.
|
||||
// import dfl.internal.com instead.
|
||||
// You are free to delete this file when no longer needed.
|
||||
|
||||
module dfl.com;
|
||||
|
||||
public import dfl.internal.com;
|
||||
|
||||
pragma(msg, "DFL: dfl.com is deprecated, please import dfl.internal.com; dfl.com is provided for compatibility only");
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
// This file is provided for compatibility, it is now deprecated.
|
||||
// import dfl.internal.utf instead.
|
||||
// You are free to delete this file when no longer needed.
|
||||
|
||||
module dfl.utf;
|
||||
|
||||
public import dfl.internal.utf;
|
||||
|
||||
pragma(msg, "DFL: *** ERROR: dfl.utf is deprecated, please import dfl.internal.utf");
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
// This file is provided for compatibility, it is now deprecated.
|
||||
// import dfl.internal.winapi instead.
|
||||
// You are free to delete this file when no longer needed.
|
||||
|
||||
module dfl.winapi;
|
||||
|
||||
public import dfl.internal.winapi;
|
||||
|
||||
pragma(msg, "DFL: *** ERROR: dfl.winapi is deprecated, please import dfl.internal.winapi");
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
// This file is provided for compatibility, it is now deprecated.
|
||||
// import dfl.internal.wincom instead.
|
||||
// You are free to delete this file when no longer needed.
|
||||
|
||||
module dfl.wincom;
|
||||
|
||||
public import dfl.internal.wincom;
|
||||
|
||||
pragma(msg, "DFL: dfl.wincom is deprecated, please import dfl.internal.wincom; dfl.wincom is provided for compatibility only");
|
Loading…
Add table
Add a link
Reference in a new issue