17 lines
420 B
C
17 lines
420 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
|
|
#include <windows.h>
|
|
#include <assert.h>
|
|
|
|
#include "CodePageId.h"
|
|
|
|
#include "../UserInterface/Locale_inc.h"
|
|
//martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f
|