reactos/dll/win32/smdll/precomp.h

11 lines
158 B
C

#ifndef _SMDLL_PCH_
#define _SMDLL_PCH_
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#endif /* _SMDLL_PCH_ */