mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
* remove d3drm-wine * Update miniwin/miniwin/src/miniwin_ddraw.cpp Co-authored-by: Anders Jenbo <anders@jenbo.dk> * Run clang-format * Update miniwin/miniwin/src/miniwin.cpp Co-authored-by: Anders Jenbo <anders@jenbo.dk> * Update miniwin/miniwin/src/miniwin_ddraw.cpp Co-authored-by: Anders Jenbo <anders@jenbo.dk> --------- Co-authored-by: Anders Jenbo <anders@jenbo.dk>
8 lines
220 B
C++
8 lines
220 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// simple.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#ifndef MINIMFC
|
|
#include "StdAfx.h"
|
|
#endif
|