Skip to content

Commit

Permalink
[BUGFIX] Added psapi (for backward compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Apr 12, 2018
1 parent b0bdac7 commit 4f1b635
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

#include "term_util.h"

#include <Psapi.h>
#pragma comment(lib,"psapi.lib")

#include "pe_sieve_api.h"
#pragma comment(lib, "pe-sieve.lib")

#define VERSION "0.1"

#define PARAM_MODULES_FILTER "/mfilter"
Expand All @@ -17,9 +23,6 @@
#define PARAM_HELP "/help"
#define PARAM_HELP2 "/?"

#include "pe_sieve_api.h"
#pragma comment(lib, "pe-sieve.lib")

void print_help()
{
const int hdr_color = 14;
Expand Down

0 comments on commit 4f1b635

Please sign in to comment.