Skip to content

Commit 829e770

Browse files
olszomalmtrojnar
authored andcommitted
Use _WIN32 instead of USE_WIN32 for MinGW compatibility
1 parent a6c7c25 commit 829e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osslsigncode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4672,7 +4672,7 @@ static int main_configure(int argc, char **argv, GLOBAL_OPTIONS *options)
46724672
}
46734673
options->p11module = *(++argv);
46744674
#if OPENSSL_VERSION_NUMBER>=0x30000000L
4675-
#ifdef USE_WIN32
4675+
#ifdef _WIN32
46764676
if (_putenv_s("PKCS11_MODULE_PATH", options->p11module))
46774677
#else
46784678
if (setenv("PKCS11_MODULE_PATH", options->p11module, 1))

0 commit comments

Comments
 (0)