diff options
| author | Max Horn | 2003-07-31 12:33:33 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-31 12:33:33 +0000 |
| commit | 1b52e9f19cec1693dc9331b0d503aff07f507427 (patch) | |
| tree | b58aeeb9e9156a9c3b7477c6116da3f78ee07675 /backends/wince | |
| parent | f7ee6d2ce10fb215067ee1a32d4cb124aaa881af (diff) | |
| download | scummvm-rg350-1b52e9f19cec1693dc9331b0d503aff07f507427.tar.gz scummvm-rg350-1b52e9f19cec1693dc9331b0d503aff07f507427.tar.bz2 scummvm-rg350-1b52e9f19cec1693dc9331b0d503aff07f507427.zip | |
added new header file backends/intern.h; removed some stuff from common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h)
svn-id: r9327
Diffstat (limited to 'backends/wince')
| -rw-r--r-- | backends/wince/wince.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/wince.h b/backends/wince/wince.h index 2bc05abf0e..4f85f6d459 100644 --- a/backends/wince/wince.h +++ b/backends/wince/wince.h @@ -20,7 +20,7 @@ */ #include "stdafx.h" -#include <assert.h> +#include "backends/intern.h" //#include "commctrl.h" |
