Skip to content

Commit

Permalink
added stdafx again
Browse files Browse the repository at this point in the history
  • Loading branch information
mraduldubey committed May 20, 2024
1 parent 7e1e99a commit 98a7b7c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions base/include/stdafx.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#ifndef LINUX
#include "targetver.h"

#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#endif


// TODO: reference additional headers your program requires here

0 comments on commit 98a7b7c

Please sign in to comment.