From 2f93772b833cd0f46ca21a3d0f5167eea2b0594d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 7 Aug 2008 20:38:54 +0000 Subject: [PATCH] Replace .def file by a .spec file svn path=/trunk/; revision=35172 --- reactos/dll/win32/cards/cards.def | 8 -------- reactos/dll/win32/cards/cards.rbuild | 3 ++- reactos/dll/win32/cards/cards.spec | 6 ++++++ 3 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 reactos/dll/win32/cards/cards.def create mode 100644 reactos/dll/win32/cards/cards.spec diff --git a/reactos/dll/win32/cards/cards.def b/reactos/dll/win32/cards/cards.def deleted file mode 100644 index 0af62e9904a..00000000000 --- a/reactos/dll/win32/cards/cards.def +++ /dev/null @@ -1,8 +0,0 @@ -LIBRARY cards.dll -EXPORTS -WEP -cdtAnimate -cdtDraw -cdtDrawExt -cdtInit -cdtTerm diff --git a/reactos/dll/win32/cards/cards.rbuild b/reactos/dll/win32/cards/cards.rbuild index cab5fdb975d..ace4c0c4a7c 100644 --- a/reactos/dll/win32/cards/cards.rbuild +++ b/reactos/dll/win32/cards/cards.rbuild @@ -1,5 +1,5 @@ - + . @@ -10,4 +10,5 @@ user32 cards.c cards.rc + cards.spec diff --git a/reactos/dll/win32/cards/cards.spec b/reactos/dll/win32/cards/cards.spec new file mode 100644 index 00000000000..ea18c2a3ef7 --- /dev/null +++ b/reactos/dll/win32/cards/cards.spec @@ -0,0 +1,6 @@ +@ stdcall WEP(long) +@ stdcall cdtAnimate(ptr long long long long) +@ stdcall cdtDraw(ptr long long long long long) +@ stdcall cdtDrawExt(ptr long long long long long long long) +@ stdcall cdtInit(ptr ptr) +@ stdcall cdtTerm()