Skip to content

Commit

Permalink
Whoops, fix spelling of Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Jul 4, 2019
1 parent a6a3bd2 commit fe02e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardcomm/pkcs11/src/general.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ CK_RV C_WaitForSlotEvent(CK_FLAGS flags, /* blocking/nonblocking flag */

{
CK_RV ret = CKR_OK;
#ifdef WIN32
#ifdef _WIN32
int h;
P11_SLOT *p11Slot = NULL;
int i = 0;
Expand Down Expand Up @@ -545,7 +545,7 @@ CK_RV C_WaitForSlotEvent(CK_FLAGS flags, /* blocking/nonblocking flag */
* until you remove the card.
* So we might have to return "not supported" in which case Ff 1.5 defaults
* to polling in the main thread, like before. */
#ifndef WIN32
#ifndef _WIN32
CLEANUP(CKR_FUNCTION_NOT_SUPPORTED);
#else

Expand Down

0 comments on commit fe02e59

Please sign in to comment.