Test
This commit is contained in:
23
launcher/stdafx.h
Normal file
23
launcher/stdafx.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef STRICT
|
||||
#define STRICT
|
||||
#endif
|
||||
|
||||
#define WINVER _WIN32_WINNT_WIN2K
|
||||
#define _WIN32_WINNT _WIN32_WINNT_WIN2K
|
||||
|
||||
// Use msvcrt stdio functions
|
||||
#define __USE_MINGW_ANSI_STDIO 0
|
||||
|
||||
// Enable comctl 6.0 (visual styles)
|
||||
#define ISOLATION_AWARE_ENABLED 1
|
||||
|
||||
// Enable COM C interfaces
|
||||
#define CINTERFACE
|
||||
#define COBJMACROS
|
||||
#define INITGUID
|
||||
|
||||
#include "resource.h"
|
||||
#include <windows.h>
|
||||
#include "Trace.h"
|
Reference in New Issue
Block a user