Commit dee7722b authored by Bang Jun-young's avatar Bang Jun-young Committed by Alexandre Julliard

crypt32: Include wine/port.h for snprintf().

parent 814e07d8
......@@ -30,6 +30,9 @@
* MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject"
*/
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
......
......@@ -30,6 +30,9 @@
* MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject"
*/
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment