Skip to content

Commit

Permalink
fix include header
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Mar 4, 2019
1 parent 328a01e commit e21d103
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion demo/demo-mmloader-shellcode/demo-mmloader-shellcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
//

#include "stdafx.h"
#include <strsafe.h>
#include <tchar.h>
#include <windows.h>

#include <strsafe.h>

#ifdef _WIN64
#ifdef _DEBUG
#include "mmLoader/mmLoaderShellCode-x64-Debug.h"
Expand Down
4 changes: 3 additions & 1 deletion demo/demo-mmloader/demo-mmloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
//

#include "stdafx.h"
#include <strsafe.h>
#include <tchar.h>
#include <windows.h>

#include <strsafe.h>

#include "..\..\output\include\mmLoader\mmLoader.h"

class AutoReleaseModuleBuffer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
//
#include "..\src\mmLoader\mmLoader.h"
#include "stdafx.h"

#include <Strsafe.h>
#include <shlwapi.h>
#include <windows.h>
Expand Down

0 comments on commit e21d103

Please sign in to comment.