mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
12 lines
182 B
C
12 lines
182 B
C
#pragma once
|
|
|
|
#define WIN32_NO_STATUS
|
|
#include <stdarg.h>
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winreg.h>
|
|
#include <winuser.h>
|
|
#include <tchar.h>
|
|
|
|
#include "resource.h"
|