Skip to content

Commit

Permalink
Added STRICT definition as per new VS2019 ALT project.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Feb 16, 2023
1 parent 705f34d commit 4d58d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shellextension/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

#pragma once

#ifndef STRICT
#define STRICT
#endif

#include "targetver.h"

// Windows Header Files:
Expand Down

0 comments on commit 4d58d9f

Please sign in to comment.