Stroika Library
3.0d18
Help-Home
Loading...
Searching...
No Matches
StdAfx.h
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
#ifndef __StdAfx__h__
5
#define __StdAfx__h__ 1
6
7
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
8
9
#ifdef _UNICODE
10
#ifndef UNICODE
11
#define UNICODE
// UNICODE is used by Windows headers
12
#endif
13
#endif
14
15
#ifdef UNICODE
16
#ifndef _UNICODE
17
#define _UNICODE
// _UNICODE is used by C-runtime/MFC headers
18
#endif
19
#endif
20
21
#include "Stroika/Foundation/StroikaPreComp.h"
22
23
#include <windows.h>
24
25
#endif
Samples
SimpleLedTest
Sources
StdAfx.h
Generated by
1.9.8