Remove deprecated com.d, utf.d, winapi.d and wincom.d

This commit is contained in:
haru-s 2023-12-29 17:51:10 +09:00
parent 27fa200e91
commit 7ad0b21ea5
4 changed files with 0 additions and 40 deletions

View file

@ -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");

View file

@ -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");

View file

@ -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");

View file

@ -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");