Commit Graph

24 Commits

Author SHA1 Message Date
Eric Pouech 2868116ca2 winscard: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-22 18:20:23 +01:00
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00
Alexandre Julliard 722139b05d winscard: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-27 09:29:13 +02:00
Austin English eb68dc9633 winscard: Add SCardCancel stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45880
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-26 17:06:40 +02:00
André Hentschel 4df855d131 winscard: Fix some spec file entries.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-30 21:38:51 +01:00
Austin English c1614094f4 winscard: Add stubs for SCardListReadersA/W.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-24 21:50:14 +09:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard 8d23d9cbdc winscard: Don't bother to close handles at process exit. 2013-05-17 12:18:10 +02:00
Andrew Talbot 960189b553 winscard: Remove unused variable. 2012-11-29 00:15:39 +01:00
Olli-Pekka Wallin e8e45b3454 winscard: Add new stub methods. 2012-01-27 18:05:51 +01:00
Francois Gouget 8eef0cc258 dlls: Remove unneeded include directives in resource files. 2011-11-14 15:25:23 +01:00
Louis Lenders 85b886ecfb winscard: Add stub for SCardReleaseStartedEvent. 2010-10-27 11:46:50 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Austin English f146fa0f81 winscard: Add stubs for SCardIsValidContext/SCardReleaseContext. 2010-07-19 14:38:17 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Austin English 13b6a43d73 winscard: Add a stub for SCardListCardsA. 2009-08-31 12:19:10 +02:00
Mounir IDRASSI b3e80afa21 winscard: Added SCardAccessStartedEvent implementation. 2008-10-21 13:22:51 +02:00
Stefan Leichter fa6a31ab84 winscard: Add stubs for SCardAddReaderToGroupA/W. 2008-10-09 14:40:13 +02:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Francois Gouget b9a1036cb8 winscard: Use quotes to include winscard.h. Fixes a winapi_check warning. 2007-08-30 17:02:49 +02:00
Jason Green 832c43f9a7 winscard: Add extended stub for SCardEstablishContext. 2007-06-20 13:08:42 +02:00
Mounir IDRASSI 23df68d8f9 winscard: Small initial stub implementation. 2007-05-23 13:04:27 +02:00