You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
378 B
19 lines
378 B
#pragma once |
|
|
|
#define SW_HIDE DVL_SW_HIDE |
|
#define SW_SHOWNORMAL DVL_SW_SHOWNORMAL |
|
|
|
#define LR_DEFAULTCOLOR 0x0000 |
|
|
|
#define SM_CXSCREEN DVL_SM_CXSCREEN |
|
#define SM_CYSCREEN DVL_SM_CYSCREEN |
|
|
|
#define GW_HWNDNEXT 2 |
|
|
|
#define E_FAIL DVL_E_FAIL |
|
#define S_OK DVL_S_OK |
|
|
|
#define MAKE_HRESULT DVL_MAKE_HRESULT |
|
|
|
#include "miniwin/com/ddraw_macro.inc" |
|
#include "miniwin/com/dsound_macro.inc"
|
|
|