mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
10 lines
158 B
C
10 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_ */
|