Overview
| Comment: | Updated to define _WIN32_WINNT before including windows.h anywhere | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 
6b0275529a9902fa789648099ff1deff | 
| User & Date: | rkeene on 2012-07-20 00:55:29 | 
| Other Links: | manifest | tags | 
Context
| 
   2012-07-20 
 | ||
| 01:04 | Corrected casting to for %p formatting check-in: c634e02a7f user: rkeene tags: trunk | |
| 00:55 | Updated to define _WIN32_WINNT before including windows.h anywhere check-in: 6b0275529a user: rkeene tags: trunk | |
| 00:53 | Corrected type-punning issue check-in: 9bed3538e1 user: rkeene tags: trunk | |
Changes
Modified build/cackey_win32_build/include/pcsclite.h from [fed57910aa] to [ce3a5e8faa].
1  | #include <windows.h>  | >  | 1 2  | #define _WIN32_WINNT 0x500 #include <windows.h>  | 
Modified build/cackey_win64_build/include/pcsclite.h from [fed57910aa] to [ce3a5e8faa].
1  | #include <windows.h>  | >  | 1 2  | #define _WIN32_WINNT 0x500 #include <windows.h>  |