From 1d5e2be0de5a8f6df9efa3bbbae447e67b17f7dc Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 8 May 2006 20:04:18 +0200 Subject: [PATCH] twain_32: Moved twain.h to the include directory. --- include/Makefile.in | 1 + {dlls/twain_32 => include}/twain.h | 0 2 files changed, 1 insertion(+) rename {dlls/twain_32 => include}/twain.h (100%) diff --git a/include/Makefile.in b/include/Makefile.in index 0d9f04b4e6c..f76d4ab5e01 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -256,6 +256,7 @@ WINDOWS_INCLUDES = \ textserv.h \ tlhelp32.h \ tmschema.h \ + twain.h \ usp10.h \ uuids.h \ uxtheme.h \ diff --git a/dlls/twain_32/twain.h b/include/twain.h similarity index 100% rename from dlls/twain_32/twain.h rename to include/twain.h -- 2.11.4.GIT