Use _WIN32 over WIN32 for preprocessor conditional
[openssl.git] / crypto / seed / seed.c
index 47ec9bc7c7c989c93d50bda2bfd67f257cb678a1..d62da91edea6891f04ec14b58351b249029ea2e3 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License").  You may not use
+ * this file except in compliance with the License.  You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
 /*
  * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
  *
 /*
  * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
  *
@@ -28,7 +37,7 @@
 # include <stdio.h>
 # include <stdlib.h>
 # include <string.h>
 # include <stdio.h>
 # include <stdlib.h>
 # include <string.h>
-# ifdef WIN32
+# ifdef _WIN32
 #  include <memory.h>
 # endif
 
 #  include <memory.h>
 # endif